Html Css Color HEX #203EAE Persian Blue

📋 copy color: '#203EAE'

red 32 ◦ green 62 ◦ blue 174

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

Shades of Persian Blue #203EAE

Tints of Persian Blue #203EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.93%

R = 11.94%
G = 23.13%
B = 64.93%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#203EAE (or 0x203EAE) is known color: Persian Blue. HEX triplet: 20, 3E and AE. RGB value is (32,62,174). Sum of RGB (Red+Green+Blue) = 32+62+174=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #203EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203EAE is #DFC151. Grayscale: #414141. Windows color (decimal): -14664018 or 11419168. OLE color: 11419168.

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

Color convert

RGB 32 62 174 -
CMYK 0.82 0.64 0 0.32
HSL 227.32º 0.69% 0.4% -
HSV(B) 227.32º 0.82% 0.68% -
XYZ 9.96 6.81 40.83 -
YUV 65.8 189.06 103.89 -
System Red Green Blue C M Y K H S L
Decimal 32 62 174 0.82 0.64 0 0.32 227.32 0.69 0.4
Hex 20 3E AE 52 40 0 20 E3 45 28
Octal 40 76 256 122 100 0 40 343 105 50
Binary 100000 111110 10101110 1010010 1000000 0 100000 11100011 1000101 101000

Color Harmonies of #203EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203EAE

Black with #203EAE

Text Example


Text Example

White with #203EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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