#375661

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

Shades of Casal #375661

Tints of Casal #375661

Color information

#375661 (or 0x375661) is unknown color: approx Casal. HEX triplet: 37, 56 and 61. RGB value is (55,86,97). Sum of RGB (Red+Green+Blue) = 55+86+97=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #375661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375661 is #C8A99E. Grayscale: #4D4D4D. Windows color (decimal): -13150623 or 6379063. OLE color: 6379063.

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

Color convert

RGB558697-
CMYK0.430.1100.62
HSL195.71º27.63%29.8%-
HSV(B)195.71º43.3%38.04%-
XYZ7.068.3312.55-
YUV77.98138.73111.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=23.11%
G=36.13%
B=40.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5586970.430.1100.62195.7127.6329.8
Hex3756612BB03Ec41c1e
Octal6712614153130763043436
Binary1101111010110110000110101110110111110110001001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375661; }

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

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

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

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

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

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

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

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