Html Css Color HEX #203EAA Persian Blue

📋 copy color: '#203EAA'

red 32 ◦ green 62 ◦ blue 170

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

Shades of Persian Blue #203EAA

Tints of Persian Blue #203EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 64.39%

R = 12.12%
G = 23.48%
B = 64.39%

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

#203EAA (or 0x203EAA) is known color: Persian Blue. HEX triplet: 20, 3E and AA. RGB value is (32,62,170). Sum of RGB (Red+Green+Blue) = 32+62+170=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #203EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203EAA is #DFC155. Grayscale: #404040. Windows color (decimal): -14664022 or 11157024. OLE color: 11157024.

HSL color Cylindrical-coordinate representation of color #203EAA: hue angle of 226.96º 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 #203EAA is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 62 170 -
CMYK 0.81 0.64 0 0.33
HSL 226.96º 0.68% 0.4% -
HSV(B) 226.96º 0.81% 0.67% -
XYZ 9.57 6.65 38.81 -
YUV 65.34 187.06 104.22 -
System Red Green Blue C M Y K H S L
Decimal 32 62 170 0.81 0.64 0 0.33 226.96 0.68 0.4
Hex 20 3E AA 51 40 0 21 E3 44 28
Octal 40 76 252 121 100 0 41 343 104 50
Binary 100000 111110 10101010 1010001 1000000 0 100001 11100011 1000100 101000

Color Harmonies of #203EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203EAA

Black with #203EAA

Text Example


Text Example

White with #203EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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