Html Css Color HEX #203EAF Persian Blue

📋 copy color: '#203EAF'

red 32 ◦ green 62 ◦ blue 175

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

Shades of Persian Blue #203EAF

Tints of Persian Blue #203EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.06%

R = 11.9%
G = 23.05%
B = 65.06%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#203EAF (or 0x203EAF) is known color: Persian Blue. HEX triplet: 20, 3E and AF. RGB value is (32,62,175). Sum of RGB (Red+Green+Blue) = 32+62+175=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #203EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203EAF is #DFC150. Grayscale: #414141. Windows color (decimal): -14664017 or 11484704. OLE color: 11484704.

HSL color Cylindrical-coordinate representation of color #203EAF: hue angle of 227.41º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203EAF is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 62 175 -
CMYK 0.82 0.65 0 0.31
HSL 227.41º 0.69% 0.41% -
HSV(B) 227.41º 0.82% 0.69% -
XYZ 10.06 6.85 41.35 -
YUV 65.91 189.56 103.81 -
System Red Green Blue C M Y K H S L
Decimal 32 62 175 0.82 0.65 0 0.31 227.41 0.69 0.41
Hex 20 3E AF 52 41 0 1F E3 45 29
Octal 40 76 257 122 101 0 37 343 105 51
Binary 100000 111110 10101111 1010010 1000001 0 11111 11100011 1000101 101001

Color Harmonies of #203EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203EAF

Black with #203EAF

Text Example


Text Example

White with #203EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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