Html Css Color HEX #203FAA Persian Blue

📋 copy color: '#203FAA'

red 32 ◦ green 63 ◦ blue 170

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

Shades of Persian Blue #203FAA

Tints of Persian Blue #203FAA

RGB

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

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

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

R = 12.08%
G = 23.77%
B = 64.15%

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

#203FAA (or 0x203FAA) is known color: Persian Blue. HEX triplet: 20, 3F and AA. RGB value is (32,63,170). Sum of RGB (Red+Green+Blue) = 32+63+170=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #203FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203FAA is #DFC055. Grayscale: #414141. Windows color (decimal): -14663766 or 11157280. OLE color: 11157280.

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

Color convert

RGB 32 63 170 -
CMYK 0.81 0.63 0 0.33
HSL 226.52º 0.68% 0.4% -
HSV(B) 226.52º 0.81% 0.67% -
XYZ 9.63 6.76 38.83 -
YUV 65.93 186.73 103.8 -
System Red Green Blue C M Y K H S L
Decimal 32 63 170 0.81 0.63 0 0.33 226.52 0.68 0.4
Hex 20 3F AA 51 3F 0 21 E3 44 28
Octal 40 77 252 121 77 0 41 343 104 50
Binary 100000 111111 10101010 1010001 111111 0 100001 11100011 1000100 101000

Color Harmonies of #203FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203FAA

Black with #203FAA

Text Example


Text Example

White with #203FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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