Html Css Color HEX #372255 Christalle

📋 copy color: '#372255'

red 55 ◦ green 34 ◦ blue 85

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

Shades of Christalle #372255

Tints of Christalle #372255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.54%

 BLUE value IS 85 (33.59% from 255) = 48.85%

R = 31.61%
G = 19.54%
B = 48.85%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#372255 (or 0x372255) is known color: Christalle. HEX triplet: 37, 22 and 55. RGB value is (55,34,85). Sum of RGB (Red+Green+Blue) = 55+34+85=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #372255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372255 is #C8DDAA. Grayscale: #2D2D2D. Windows color (decimal): -13163947 or 5579319. OLE color: 5579319.

HSL color Cylindrical-coordinate representation of color #372255: hue angle of 264.71º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #372255 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 34 85 -
CMYK 0.35 0.60 0 0.67
HSL 264.71º 0.43% 0.23% -
HSV(B) 264.71º 0.6% 0.33% -
XYZ 3.79 2.61 8.9 -
YUV 46.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 55 34 85 0.35 0.60 0 0.67 264.71 0.43 0.23
Hex 37 22 55 23 3C 0 43 109 2B 17
Octal 67 42 125 43 74 0 103 411 53 27
Binary 110111 100010 1010101 100011 111100 0 1000011 100001001 101011 10111

Color Harmonies of #372255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372255

Black with #372255

Text Example


Text Example

White with #372255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372255; }

 p { color: rgb(55,34,85); }

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

background-color css

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

 a { background-color: rgb(55,34,85); }

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

border-color css

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

 span { border-color: rgb(55,34,85); }

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