Html Css Color HEX #372DAD Persian Blue

📋 copy color: '#372DAD'

red 55 ◦ green 45 ◦ blue 173

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

Shades of Persian Blue #372DAD

Tints of Persian Blue #372DAD

RGB

 RED value IS 55 (21.88% from 255) = 20.15%

 GREEN value IS 45 (17.97% from 255) = 16.48%

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

R = 20.15%
G = 16.48%
B = 63.37%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#372DAD (or 0x372DAD) is known color: Persian Blue. HEX triplet: 37, 2D and AD. RGB value is (55,45,173). Sum of RGB (Red+Green+Blue) = 55+45+173=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #372DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372DAD is #C8D252. Grayscale: #3E3E3E. Windows color (decimal): -13161043 or 11349303. OLE color: 11349303.

HSL color Cylindrical-coordinate representation of color #372DAD: hue angle of 244.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #372DAD is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 45 173 -
CMYK 0.68 0.74 0 0.32
HSL 244.69º 0.59% 0.43% -
HSV(B) 244.69º 0.74% 0.68% -
XYZ 10.06 5.71 40.11 -
YUV 62.58 190.31 122.59 -
System Red Green Blue C M Y K H S L
Decimal 55 45 173 0.68 0.74 0 0.32 244.69 0.59 0.43
Hex 37 2D AD 44 4A 0 20 F5 3B 2B
Octal 67 55 255 104 112 0 40 365 73 53
Binary 110111 101101 10101101 1000100 1001010 0 100000 11110101 111011 101011

Color Harmonies of #372DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DAD

Black with #372DAD

Text Example


Text Example

White with #372DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372DAD; }

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

 H1.HeaderClassName
 {
   color: #372DAD;
 }
 .AnyTagClassName
 {
   color: #372DAD;
 }
</style>

background-color css

<style>
 a { background-color: #372DAD; }

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

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

border-color css

<style>
 span { border-color: #372DAD; }

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

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