#375965

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

Shades of Casal #375965

Tints of Casal #375965

Color information

#375965 (or 0x375965) is unknown color: approx Casal. HEX triplet: 37, 59 and 65. RGB value is (55,89,101). Sum of RGB (Red+Green+Blue) = 55+89+101=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 101 - color contains mainly: blue. Hex color #375965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375965 is #C8A69A. Grayscale: #505050. Windows color (decimal): -13149851 or 6641975. OLE color: 6641975.

HSL color Cylindrical-coordinate representation of color #375965: hue angle of 195.65º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375965 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5589101-
CMYK0.460.1200.60
HSL195.65º29.49%30.59%-
HSV(B)195.65º45.54%39.61%-
XYZ7.58.913.63-
YUV80.2139.74110.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 101 (39.84% from 255) = 41.22%
R=22.45%
G=36.33%
B=41.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55891010.460.1200.60195.6529.4930.59
Hex3759652EC03Cc41d1f
Octal6713114556140743043537
Binary1101111011001110010110111011000111100110001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375965; }

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

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

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

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

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

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

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

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