#370D65

Color #370D65 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #370D65

Tints of Christalle #370D65

Color information

#370D65 (or 0x370D65) is unknown color: approx Christalle. HEX triplet: 37, 0D and 65. RGB value is (55,13,101). Sum of RGB (Red+Green+Blue) = 55+13+101=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #370D65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D65 is #C8F29A. Grayscale: #232323. Windows color (decimal): -13169307 or 6622519. OLE color: 6622519.

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

Color convert

RGB5513101-
CMYK0.460.8700.60
HSL268.64º77.19%22.35%-
HSV(B)268.64º87.13%39.61%-
XYZ4.072.0412.49-
YUV35.59164.91141.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 13 (5.47% from 255) = 7.69%
BLUE value IS 101 (39.84% from 255) = 59.76%
R=32.54%
G=7.69%
B=59.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55131010.460.8700.60268.6477.1922.35
Hex37D652E5703C10d4d16
Octal67151455612707441511526
Binary1101111101110010110111010101110111100100001101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #370D65;
 }
 .AnyTagClassName
 {
   color: #370D65;
 }
</style>
background-color css

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

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

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

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

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

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