#375963

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

Shades of Casal #375963

Tints of Casal #375963

Color information

#375963 (or 0x375963) is unknown color: approx Casal. HEX triplet: 37, 59 and 63. RGB value is (55,89,99). Sum of RGB (Red+Green+Blue) = 55+89+99=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #375963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375963 is #C8A69C. Grayscale: #4F4F4F. Windows color (decimal): -13149853 or 6510903. OLE color: 6510903.

HSL color Cylindrical-coordinate representation of color #375963: hue angle of 193.64º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375963 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB558999-
CMYK0.440.1000.61
HSL193.64º28.57%30.2%-
HSV(B)193.64º44.44%38.82%-
XYZ7.48.8613.12-
YUV79.97138.74110.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 99 (39.06% from 255) = 40.74%
R=22.63%
G=36.63%
B=40.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5589990.440.1000.61193.6428.5730.2
Hex3759632CA03Dc21d1e
Octal6713114354120753023536
Binary1101111011001110001110110010100111101110000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375963; }

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

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

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

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

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

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

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

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