Html Css Color HEX #203FAB Persian Blue

📋 copy color: '#203FAB'

red 32 ◦ green 63 ◦ blue 171

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

Shades of Persian Blue #203FAB

Tints of Persian Blue #203FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 23.68%

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

R = 12.03%
G = 23.68%
B = 64.29%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#203FAB (or 0x203FAB) is known color: Persian Blue. HEX triplet: 20, 3F and AB. RGB value is (32,63,171). Sum of RGB (Red+Green+Blue) = 32+63+171=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #203FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203FAB is #DFC054. Grayscale: #414141. Windows color (decimal): -14663765 or 11222816. OLE color: 11222816.

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

Color convert

RGB 32 63 171 -
CMYK 0.81 0.63 0 0.33
HSL 226.62º 0.68% 0.4% -
HSV(B) 226.62º 0.81% 0.67% -
XYZ 9.72 6.8 39.33 -
YUV 66.04 187.23 103.72 -
System Red Green Blue C M Y K H S L
Decimal 32 63 171 0.81 0.63 0 0.33 226.62 0.68 0.4
Hex 20 3F AB 51 3F 0 21 E3 44 28
Octal 40 77 253 121 77 0 41 343 104 50
Binary 100000 111111 10101011 1010001 111111 0 100001 11100011 1000100 101000

Color Harmonies of #203FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203FAB

Black with #203FAB

Text Example


Text Example

White with #203FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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