#37035D

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

Shades of Christalle #37035D

Tints of Christalle #37035D

Color information

#37035D (or 0x37035D) is unknown color: approx Christalle. HEX triplet: 37, 03 and 5D. RGB value is (55,3,93). Sum of RGB (Red+Green+Blue) = 55+3+93=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #37035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37035D is #C8FCA2. Grayscale: #1C1C1C. Windows color (decimal): -13171875 or 6095671. OLE color: 6095671.

HSL color Cylindrical-coordinate representation of color #37035D: hue angle of 274.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37035D is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB55393-
CMYK0.410.9700.64
HSL274.67º93.75%18.82%-
HSV(B)274.67º96.77%36.47%-
XYZ3.581.6710.49-
YUV28.81164.23146.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.42%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 93 (36.72% from 255) = 61.59%
R=36.42%
G=1.99%
B=61.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal553930.410.9700.64274.6793.7518.82
Hex3735D29610401135e13
Octal67313551141010042313623
Binary110111111011101101001110000101000000100010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37035D; }

 p { color: rgb(55,3,93); }

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

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

 a { background-color: rgb(55,3,93); }

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

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

 span { border-color: rgb(55,3,93); }

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