Html Css Color HEX #372CAF Persian Blue

📋 copy color: '#372CAF'

red 55 ◦ green 44 ◦ blue 175

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

Shades of Persian Blue #372CAF

Tints of Persian Blue #372CAF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.06%

 BLUE value IS 175 (68.75% from 255) = 63.87%

R = 20.07%
G = 16.06%
B = 63.87%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#372CAF (or 0x372CAF) is known color: Persian Blue. HEX triplet: 37, 2C and AF. RGB value is (55,44,175). Sum of RGB (Red+Green+Blue) = 55+44+175=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #372CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372CAF is #C8D350. Grayscale: #3D3D3D. Windows color (decimal): -13161297 or 11480119. OLE color: 11480119.

HSL color Cylindrical-coordinate representation of color #372CAF: hue angle of 245.04º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372CAF is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 44 175 -
CMYK 0.69 0.75 0 0.31
HSL 245.04º 0.6% 0.43% -
HSV(B) 245.04º 0.75% 0.69% -
XYZ 10.21 5.71 41.12 -
YUV 62.22 191.64 122.85 -
System Red Green Blue C M Y K H S L
Decimal 55 44 175 0.69 0.75 0 0.31 245.04 0.6 0.43
Hex 37 2C AF 45 4B 0 1F F5 3C 2B
Octal 67 54 257 105 113 0 37 365 74 53
Binary 110111 101100 10101111 1000101 1001011 0 11111 11110101 111100 101011

Color Harmonies of #372CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372CAF

Black with #372CAF

Text Example


Text Example

White with #372CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,44,175); }

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

background-color css

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

 a { background-color: rgb(55,44,175); }

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

border-color css

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

 span { border-color: rgb(55,44,175); }

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