#37545F

Color #37545F Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #37545F

Tints of Casal #37545F

Color information

#37545F (or 0x37545F) is unknown color: approx Casal. HEX triplet: 37, 54 and 5F. RGB value is (55,84,95). Sum of RGB (Red+Green+Blue) = 55+84+95=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 95 - color contains mainly: blue. Hex color #37545F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37545F is #C8ABA0. Grayscale: #4C4C4C. Windows color (decimal): -13151137 or 6247479. OLE color: 6247479.

HSL color Cylindrical-coordinate representation of color #37545F: hue angle of 196.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37545F is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB558495-
CMYK0.420.1200.63
HSL196.5º26.67%29.41%-
HSV(B)196.5º42.11%37.25%-
XYZ6.817.9812.01-
YUV76.58138.39112.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=23.50%
G=35.90%
B=40.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5584950.420.1200.63196.526.6729.41
Hex37545F2AC03Fc41b1d
Octal6712413752140773043335
Binary1101111010100101111110101011000111111110001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37545F; }

 p { color: rgb(55,84,95); }

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

<style>
 a { background-color: #37545F; }

 a { background-color: rgb(55,84,95); }

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

<style>
 span { border-color: #37545F; }

 span { border-color: rgb(55,84,95); }

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