Html Css Color HEX #203EAD Persian Blue

📋 copy color: '#203EAD'

red 32 ◦ green 62 ◦ blue 173

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

Shades of Persian Blue #203EAD

Tints of Persian Blue #203EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.79%

R = 11.99%
G = 23.22%
B = 64.79%

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

#203EAD (or 0x203EAD) is known color: Persian Blue. HEX triplet: 20, 3E and AD. RGB value is (32,62,173). Sum of RGB (Red+Green+Blue) = 32+62+173=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #203EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203EAD is #DFC152. Grayscale: #414141. Windows color (decimal): -14664019 or 11353632. OLE color: 11353632.

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

Color convert

RGB 32 62 173 -
CMYK 0.82 0.64 0 0.32
HSL 227.23º 0.69% 0.4% -
HSV(B) 227.23º 0.82% 0.68% -
XYZ 9.86 6.77 40.32 -
YUV 65.68 188.56 103.97 -
System Red Green Blue C M Y K H S L
Decimal 32 62 173 0.82 0.64 0 0.32 227.23 0.69 0.4
Hex 20 3E AD 52 40 0 20 E3 45 28
Octal 40 76 255 122 100 0 40 343 105 50
Binary 100000 111110 10101101 1010010 1000000 0 100000 11100011 1000101 101000

Color Harmonies of #203EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203EAD

Black with #203EAD

Text Example


Text Example

White with #203EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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