#375156

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

Shades of Casal #375156

Tints of Casal #375156

Color information

#375156 (or 0x375156) is unknown color: approx Casal. HEX triplet: 37, 51 and 56. RGB value is (55,81,86). Sum of RGB (Red+Green+Blue) = 55+81+86=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #375156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375156 is #C8AEA9. Grayscale: #494949. Windows color (decimal): -13151914 or 5656887. OLE color: 5656887.

HSL color Cylindrical-coordinate representation of color #375156: hue angle of 189.68º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #375156 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB558186-
CMYK0.360.0600.66
HSL189.68º21.99%27.65%-
HSV(B)189.68º36.05%33.73%-
XYZ6.27.379.9-
YUV73.8134.89114.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=24.77%
G=36.49%
B=38.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5581860.360.0600.66189.6821.9927.65
Hex375156246042be161c
Octal6712112644601022762634
Binary1101111010001101011010010011001000010101111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375156; }

 p { color: rgb(55,81,86); }

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

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

 a { background-color: rgb(55,81,86); }

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

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

 span { border-color: rgb(55,81,86); }

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