#375A61

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

Shades of Casal #375A61

Tints of Casal #375A61

Color information

#375A61 (or 0x375A61) is unknown color: approx Casal. HEX triplet: 37, 5A and 61. RGB value is (55,90,97). Sum of RGB (Red+Green+Blue) = 55+90+97=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #375A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A61 is #C8A59E. Grayscale: #505050. Windows color (decimal): -13149599 or 6380087. OLE color: 6380087.

HSL color Cylindrical-coordinate representation of color #375A61: hue angle of 190º 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 #375A61 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB559097-
CMYK0.430.0700.62
HSL190º27.63%29.8%-
HSV(B)190º43.3%38.04%-
XYZ7.398.9912.65-
YUV80.33137.4109.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=22.73%
G=37.19%
B=40.08%

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
Decimal5590970.430.0700.6219027.6329.8
Hex375A612B703Ebe1c1e
Octal671321415370762763436
Binary110111101101011000011010111110111110101111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375A61; }

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

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

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

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

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

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

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

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