Html Css Color HEX #372065 Christalle

📋 copy color: '#372065'

red 55 ◦ green 32 ◦ blue 101

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

Shades of Christalle #372065

Tints of Christalle #372065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 53.72%

R = 29.26%
G = 17.02%
B = 53.72%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#372065 (or 0x372065) is known color: Christalle. HEX triplet: 37, 20 and 65. RGB value is (55,32,101). Sum of RGB (Red+Green+Blue) = 55+32+101=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #372065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372065 is #C8DF9A. Grayscale: #2E2E2E. Windows color (decimal): -13164443 or 6627383. OLE color: 6627383.

HSL color Cylindrical-coordinate representation of color #372065: hue angle of 260º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #372065 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 32 101 -
CMYK 0.46 0.68 0 0.60
HSL 260º 0.52% 0.26% -
HSV(B) 260º 0.68% 0.4% -
XYZ 4.44 2.78 12.62 -
YUV 46.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 55 32 101 0.46 0.68 0 0.60 260 0.52 0.26
Hex 37 20 65 2E 44 0 3C 104 34 1A
Octal 67 40 145 56 104 0 74 404 64 32
Binary 110111 100000 1100101 101110 1000100 0 111100 100000100 110100 11010

Color Harmonies of #372065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372065

Black with #372065

Text Example


Text Example

White with #372065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372065; }

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

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

background-color css

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

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

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

border-color css

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

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

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