Html Css Color HEX #203EAB Persian Blue

📋 copy color: '#203EAB'

red 32 ◦ green 62 ◦ blue 171

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

Shades of Persian Blue #203EAB

Tints of Persian Blue #203EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 12.08%
G = 23.4%
B = 64.53%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#203EAB (or 0x203EAB) is known color: Persian Blue. HEX triplet: 20, 3E and AB. RGB value is (32,62,171). Sum of RGB (Red+Green+Blue) = 32+62+171=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #203EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203EAB is #DFC154. Grayscale: #404040. Windows color (decimal): -14664021 or 11222560. OLE color: 11222560.

HSL color Cylindrical-coordinate representation of color #203EAB: hue angle of 227.05º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #203EAB is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 62 171 -
CMYK 0.81 0.64 0 0.33
HSL 227.05º 0.68% 0.4% -
HSV(B) 227.05º 0.81% 0.67% -
XYZ 9.67 6.69 39.31 -
YUV 65.46 187.56 104.14 -
System Red Green Blue C M Y K H S L
Decimal 32 62 171 0.81 0.64 0 0.33 227.05 0.68 0.4
Hex 20 3E AB 51 40 0 21 E3 44 28
Octal 40 76 253 121 100 0 41 343 104 50
Binary 100000 111110 10101011 1010001 1000000 0 100001 11100011 1000100 101000

Color Harmonies of #203EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203EAB

Black with #203EAB

Text Example


Text Example

White with #203EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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