Html Css Color HEX #370F60 Christalle

📋 copy color: '#370F60'

red 55 ◦ green 15 ◦ blue 96

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

Shades of Christalle #370F60

Tints of Christalle #370F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.04%

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

R = 33.13%
G = 9.04%
B = 57.83%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#370F60 (or 0x370F60) is known color: Christalle. HEX triplet: 37, 0F and 60. RGB value is (55,15,96). Sum of RGB (Red+Green+Blue) = 55+15+96=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #370F60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F60 is #C8F09F. Grayscale: #232323. Windows color (decimal): -13168800 or 6295351. OLE color: 6295351.

HSL color Cylindrical-coordinate representation of color #370F60: hue angle of 269.63º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370F60 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 15 96 -
CMYK 0.43 0.84 0 0.62
HSL 269.63º 0.73% 0.22% -
HSV(B) 269.63º 0.84% 0.38% -
XYZ 3.86 2 11.25 -
YUV 36.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 55 15 96 0.43 0.84 0 0.62 269.63 0.73 0.22
Hex 37 F 60 2B 54 0 3E 10E 49 16
Octal 67 17 140 53 124 0 76 416 111 26
Binary 110111 1111 1100000 101011 1010100 0 111110 100001110 1001001 10110

Color Harmonies of #370F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F60

Black with #370F60

Text Example


Text Example

White with #370F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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