Html Css Color HEX #372060 Christalle

📋 copy color: '#372060'

red 55 ◦ green 32 ◦ blue 96

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

Shades of Christalle #372060

Tints of Christalle #372060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 30.05%
G = 17.49%
B = 52.46%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#372060 (or 0x372060) is known color: Christalle. HEX triplet: 37, 20 and 60. RGB value is (55,32,96). Sum of RGB (Red+Green+Blue) = 55+32+96=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #372060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372060 is #C8DF9F. Grayscale: #2D2D2D. Windows color (decimal): -13164448 or 6299703. OLE color: 6299703.

HSL color Cylindrical-coordinate representation of color #372060: hue angle of 261.56º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #372060 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 32 96 -
CMYK 0.43 0.67 0 0.62
HSL 261.56º 0.5% 0.25% -
HSV(B) 261.56º 0.67% 0.38% -
XYZ 4.2 2.69 11.36 -
YUV 46.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 55 32 96 0.43 0.67 0 0.62 261.56 0.5 0.25
Hex 37 20 60 2B 43 0 3E 106 32 19
Octal 67 40 140 53 103 0 76 406 62 31
Binary 110111 100000 1100000 101011 1000011 0 111110 100000110 110010 11001

Color Harmonies of #372060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372060

Black with #372060

Text Example


Text Example

White with #372060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372060; }

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

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

background-color css

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

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

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

border-color css

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

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

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