Html Css Color HEX #203CAA Persian Blue

📋 copy color: '#203CAA'

red 32 ◦ green 60 ◦ blue 170

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

Shades of Persian Blue #203CAA

Tints of Persian Blue #203CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.9%

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

R = 12.21%
G = 22.9%
B = 64.89%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#203CAA (or 0x203CAA) is known color: Persian Blue. HEX triplet: 20, 3C and AA. RGB value is (32,60,170). Sum of RGB (Red+Green+Blue) = 32+60+170=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #203CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203CAA is #DFC355. Grayscale: #3F3F3F. Windows color (decimal): -14664534 or 11156512. OLE color: 11156512.

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

Color convert

RGB 32 60 170 -
CMYK 0.81 0.65 0 0.33
HSL 227.83º 0.68% 0.4% -
HSV(B) 227.83º 0.81% 0.67% -
XYZ 9.47 6.44 38.77 -
YUV 64.17 187.72 105.06 -
System Red Green Blue C M Y K H S L
Decimal 32 60 170 0.81 0.65 0 0.33 227.83 0.68 0.4
Hex 20 3C AA 51 41 0 21 E4 44 28
Octal 40 74 252 121 101 0 41 344 104 50
Binary 100000 111100 10101010 1010001 1000001 0 100001 11100100 1000100 101000

Color Harmonies of #203CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203CAA

Black with #203CAA

Text Example


Text Example

White with #203CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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