Html Css Color HEX #370F65 Christalle

📋 copy color: '#370F65'

red 55 ◦ green 15 ◦ blue 101

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

Shades of Christalle #370F65

Tints of Christalle #370F65

RGB

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

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

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

R = 32.16%
G = 8.77%
B = 59.06%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#370F65 (or 0x370F65) is known color: Christalle. HEX triplet: 37, 0F and 65. RGB value is (55,15,101). Sum of RGB (Red+Green+Blue) = 55+15+101=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #370F65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F65 is #C8F09A. Grayscale: #242424. Windows color (decimal): -13168795 or 6623031. OLE color: 6623031.

HSL color Cylindrical-coordinate representation of color #370F65: hue angle of 267.91º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #370F65 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 15 101 -
CMYK 0.46 0.85 0 0.60
HSL 267.91º 0.74% 0.23% -
HSV(B) 267.91º 0.85% 0.4% -
XYZ 4.1 2.09 12.5 -
YUV 36.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 55 15 101 0.46 0.85 0 0.60 267.91 0.74 0.23
Hex 37 F 65 2E 55 0 3C 10C 4A 17
Octal 67 17 145 56 125 0 74 414 112 27
Binary 110111 1111 1100101 101110 1010101 0 111100 100001100 1001010 10111

Color Harmonies of #370F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F65

Black with #370F65

Text Example


Text Example

White with #370F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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