#375961

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

Shades of Casal #375961

Tints of Casal #375961

Color information

#375961 (or 0x375961) is unknown color: approx Casal. HEX triplet: 37, 59 and 61. RGB value is (55,89,97). Sum of RGB (Red+Green+Blue) = 55+89+97=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #375961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375961 is #C8A69E. Grayscale: #4F4F4F. Windows color (decimal): -13149855 or 6379831. OLE color: 6379831.

HSL color Cylindrical-coordinate representation of color #375961: hue angle of 191.43º degrees, saturation: 0.28, 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 #375961 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB558997-
CMYK0.430.0800.62
HSL191.43º27.63%29.8%-
HSV(B)191.43º43.3%38.04%-
XYZ7.318.8212.63-
YUV79.75137.74110.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=22.82%
G=36.93%
B=40.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5589970.430.0800.62191.4327.6329.8
Hex3759612B803Ebf1c1e
Octal6713114153100762773436
Binary1101111011001110000110101110000111110101111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375961; }

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

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

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

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

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

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

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

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