Html Css Color HEX #203EC3 Persian Blue

📋 copy color: '#203EC3'

red 32 ◦ green 62 ◦ blue 195

#203EC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #203EC3

Tints of Persian Blue #203EC3

RGB

 RED value IS 32 (12.89% from 255) = 11.07%

 GREEN value IS 62 (24.61% from 255) = 21.45%

 BLUE value IS 195 (76.56% from 255) = 67.47%

R = 11.07%
G = 21.45%
B = 67.47%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#203EC3 (or 0x203EC3) is known color: Persian Blue. HEX triplet: 20, 3E and C3. RGB value is (32,62,195). Sum of RGB (Red+Green+Blue) = 32+62+195=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 195 (76.56% from 255 or 67.47% from 289); Max value from RGB is 195 - color contains mainly: blue. Hex color #203EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203EC3 is #DFC13C. Grayscale: #434343. Windows color (decimal): -14663997 or 12795424. OLE color: 12795424.

HSL color Cylindrical-coordinate representation of color #203EC3: hue angle of 228.96º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203EC3 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 62 195 -
CMYK 0.84 0.68 0 0.24
HSL 228.96º 0.72% 0.45% -
HSV(B) 228.96º 0.84% 0.76% -
XYZ 12.17 7.69 52.47 -
YUV 68.19 199.56 102.19 -
System Red Green Blue C M Y K H S L
Decimal 32 62 195 0.84 0.68 0 0.24 228.96 0.72 0.45
Hex 20 3E C3 54 44 0 18 E5 48 2D
Octal 40 76 303 124 104 0 30 345 110 55
Binary 100000 111110 11000011 1010100 1000100 0 11000 11100101 1001000 101101

Color Harmonies of #203EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203EC3

Black with #203EC3

Text Example


Text Example

White with #203EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203EC3; }

 p { color: rgb(32,62,195); }

 H1.HeaderClassName
 {
   color: #203EC3;
 }
 .AnyTagClassName
 {
   color: #203EC3;
 }
</style>

background-color css

<style>
 a { background-color: #203EC3; }

 a { background-color: rgb(32,62,195); }

 div.DivClassName
 {
   background-color: #203EC3;
 }
 .BgClassName
 {
   background-color: #203EC3;
 }
</style>

border-color css

<style>
 span { border-color: #203EC3; }

 span { border-color: rgb(32,62,195); }

 td.TdClassName
 {
   border-color: #203EC3;
 }
 .TagClassName
 {
   border-color: #203EC3;
 }
</style>