Html Css Color HEX #2037AD Persian Blue

📋 copy color: '#2037AD'

red 32 ◦ green 55 ◦ blue 173

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

Shades of Persian Blue #2037AD

Tints of Persian Blue #2037AD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

 BLUE value IS 173 (67.97% from 255) = 66.54%

R = 12.31%
G = 21.15%
B = 66.54%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2037AD (or 0x2037AD) is known color: Persian Blue. HEX triplet: 20, 37 and AD. RGB value is (32,55,173). Sum of RGB (Red+Green+Blue) = 32+55+173=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #2037AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2037AD is #DFC852. Grayscale: #3D3D3D. Windows color (decimal): -14665811 or 11351840. OLE color: 11351840.

HSL color Cylindrical-coordinate representation of color #2037AD: hue angle of 230.21º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2037AD is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 55 173 -
CMYK 0.82 0.68 0 0.32
HSL 230.21º 0.69% 0.4% -
HSV(B) 230.21º 0.82% 0.68% -
XYZ 9.5 6.06 40.2 -
YUV 61.58 190.88 106.91 -
System Red Green Blue C M Y K H S L
Decimal 32 55 173 0.82 0.68 0 0.32 230.21 0.69 0.4
Hex 20 37 AD 52 44 0 20 E6 45 28
Octal 40 67 255 122 104 0 40 346 105 50
Binary 100000 110111 10101101 1010010 1000100 0 100000 11100110 1000101 101000

Color Harmonies of #2037AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2037AD

Black with #2037AD

Text Example


Text Example

White with #2037AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2037AD; }

 p { color: rgb(32,55,173); }

 H1.HeaderClassName
 {
   color: #2037AD;
 }
 .AnyTagClassName
 {
   color: #2037AD;
 }
</style>

background-color css

<style>
 a { background-color: #2037AD; }

 a { background-color: rgb(32,55,173); }

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

border-color css

<style>
 span { border-color: #2037AD; }

 span { border-color: rgb(32,55,173); }

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