#37075E

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

Shades of Christalle #37075E

Tints of Christalle #37075E

Color information

#37075E (or 0x37075E) is unknown color: approx Christalle. HEX triplet: 37, 07 and 5E. RGB value is (55,7,94). Sum of RGB (Red+Green+Blue) = 55+7+94=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #37075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37075E is #C8F8A1. Grayscale: #1E1E1E. Windows color (decimal): -13170850 or 6162231. OLE color: 6162231.

HSL color Cylindrical-coordinate representation of color #37075E: hue angle of 273.1º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37075E is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB55794-
CMYK0.410.9300.63
HSL273.1º86.14%19.8%-
HSV(B)273.1º92.55%36.86%-
XYZ3.671.7710.74-
YUV31.27163.4144.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.26%
GREEN value IS 7 (3.12% from 255) = 4.49%
BLUE value IS 94 (37.11% from 255) = 60.26%
R=35.26%
G=4.49%
B=60.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal557940.410.9300.63273.186.1419.8
Hex3775E295D03F1115614
Octal6771365113507742112624
Binary110111111101111010100110111010111111100010001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37075E; }

 p { color: rgb(55,7,94); }

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

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

 a { background-color: rgb(55,7,94); }

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

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

 span { border-color: rgb(55,7,94); }

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