#37275A

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

Shades of Christalle #37275A

Tints of Christalle #37275A

Color information

#37275A (or 0x37275A) is unknown color: approx Christalle. HEX triplet: 37, 27 and 5A. RGB value is (55,39,90). Sum of RGB (Red+Green+Blue) = 55+39+90=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #37275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37275A is #C8D8A5. Grayscale: #313131. Windows color (decimal): -13162662 or 5908279. OLE color: 5908279.

HSL color Cylindrical-coordinate representation of color #37275A: hue angle of 258.82º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37275A is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB553990-
CMYK0.390.5700.65
HSL258.82º39.53%25.29%-
HSV(B)258.82º56.67%35.29%-
XYZ4.15310.03-
YUV49.6150.8131.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.89%
GREEN value IS 39 (15.62% from 255) = 21.20%
BLUE value IS 90 (35.55% from 255) = 48.91%
R=29.89%
G=21.20%
B=48.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5539900.390.5700.65258.8239.5325.29
Hex37275A27390411032819
Octal6747132477101014035031
Binary11011110011110110101001111110010100000110000001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37275A; }

 p { color: rgb(55,39,90); }

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

<style>
 a { background-color: #37275A; }

 a { background-color: rgb(55,39,90); }

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

<style>
 span { border-color: #37275A; }

 span { border-color: rgb(55,39,90); }

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