#375960

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

Shades of Casal #375960

Tints of Casal #375960

Color information

#375960 (or 0x375960) is unknown color: approx Casal. HEX triplet: 37, 59 and 60. RGB value is (55,89,96). Sum of RGB (Red+Green+Blue) = 55+89+96=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #375960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375960 is #C8A69F. Grayscale: #4F4F4F. Windows color (decimal): -13149856 or 6314295. OLE color: 6314295.

HSL color Cylindrical-coordinate representation of color #375960: hue angle of 190.24º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #375960 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB558996-
CMYK0.430.0700.62
HSL190.24º27.15%29.61%-
HSV(B)190.24º42.71%37.65%-
XYZ7.268.812.38-
YUV79.63137.24110.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 96 (37.89% from 255) = 40%
R=22.92%
G=37.08%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5589960.430.0700.62190.2427.1529.61
Hex3759602B703Ebe1b1e
Octal671311405370762763336
Binary110111101100111000001010111110111110101111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375960; }

 p { color: rgb(55,89,96); }

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

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

 a { background-color: rgb(55,89,96); }

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

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

 span { border-color: rgb(55,89,96); }

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