Html Css Color HEX #372070 Christalle

📋 copy color: '#372070'

red 55 ◦ green 32 ◦ blue 112

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

Shades of Christalle #372070

Tints of Christalle #372070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56.28%

R = 27.64%
G = 16.08%
B = 56.28%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#372070 (or 0x372070) is known color: Christalle. HEX triplet: 37, 20 and 70. RGB value is (55,32,112). Sum of RGB (Red+Green+Blue) = 55+32+112=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #372070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372070 is #C8DF8F. Grayscale: #2F2F2F. Windows color (decimal): -13164432 or 7348279. OLE color: 7348279.

HSL color Cylindrical-coordinate representation of color #372070: hue angle of 257.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #372070 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 32 112 -
CMYK 0.51 0.71 0 0.56
HSL 257.25º 0.56% 0.28% -
HSV(B) 257.25º 0.71% 0.44% -
XYZ 5.02 3.02 15.65 -
YUV 48 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 55 32 112 0.51 0.71 0 0.56 257.25 0.56 0.28
Hex 37 20 70 33 47 0 38 101 38 1C
Octal 67 40 160 63 107 0 70 401 70 34
Binary 110111 100000 1110000 110011 1000111 0 111000 100000001 111000 11100

Color Harmonies of #372070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372070

Black with #372070

Text Example


Text Example

White with #372070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372070; }

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

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

background-color css

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

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

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

border-color css

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

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

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