#375C61

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

Shades of Casal #375C61

Tints of Casal #375C61

Color information

#375C61 (or 0x375C61) is unknown color: approx Casal. HEX triplet: 37, 5C and 61. RGB value is (55,92,97). Sum of RGB (Red+Green+Blue) = 55+92+97=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #375C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C61 is #C8A39E. Grayscale: #515151. Windows color (decimal): -13149087 or 6380599. OLE color: 6380599.

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

Color convert

RGB559297-
CMYK0.430.0500.62
HSL187.14º27.63%29.8%-
HSV(B)187.14º43.3%38.04%-
XYZ7.569.3312.71-
YUV81.51136.74109.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.54%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=22.54%
G=37.70%
B=39.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5592970.430.0500.62187.1427.6329.8
Hex375C612B503Ebb1c1e
Octal671341415350762733436
Binary110111101110011000011010111010111110101110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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