Html Css Color HEX #2036AA Persian Blue

📋 copy color: '#2036AA'

red 32 ◦ green 54 ◦ blue 170

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

Shades of Persian Blue #2036AA

Tints of Persian Blue #2036AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

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

R = 12.5%
G = 21.09%
B = 66.41%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2036AA (or 0x2036AA) is known color: Persian Blue. HEX triplet: 20, 36 and AA. RGB value is (32,54,170). Sum of RGB (Red+Green+Blue) = 32+54+170=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #2036AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2036AA is #DFC955. Grayscale: #3C3C3C. Windows color (decimal): -14666070 or 11154976. OLE color: 11154976.

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

Color convert

RGB 32 54 170 -
CMYK 0.81 0.68 0 0.33
HSL 230.43º 0.68% 0.4% -
HSV(B) 230.43º 0.81% 0.67% -
XYZ 9.17 5.85 38.68 -
YUV 60.65 189.71 107.57 -
System Red Green Blue C M Y K H S L
Decimal 32 54 170 0.81 0.68 0 0.33 230.43 0.68 0.4
Hex 20 36 AA 51 44 0 21 E6 44 28
Octal 40 66 252 121 104 0 41 346 104 50
Binary 100000 110110 10101010 1010001 1000100 0 100001 11100110 1000100 101000

Color Harmonies of #2036AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2036AA

Black with #2036AA

Text Example


Text Example

White with #2036AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2036AA; }

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

 H1.HeaderClassName
 {
   color: #2036AA;
 }
 .AnyTagClassName
 {
   color: #2036AA;
 }
</style>

background-color css

<style>
 a { background-color: #2036AA; }

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

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

border-color css

<style>
 span { border-color: #2036AA; }

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

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