#355961

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

Shades of Casal #355961

Tints of Casal #355961

Color information

#355961 (or 0x355961) is unknown color: approx Casal. HEX triplet: 35, 59 and 61. RGB value is (53,89,97). Sum of RGB (Red+Green+Blue) = 53+89+97=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #355961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355961 is #CAA69E. Grayscale: #4F4F4F. Windows color (decimal): -13280927 or 6379829. OLE color: 6379829.

HSL color Cylindrical-coordinate representation of color #355961: hue angle of 190.91º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #355961 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB538997-
CMYK0.450.0800.62
HSL190.91º29.33%29.41%-
HSV(B)190.91º45.36%38.04%-
XYZ7.28.7612.62-
YUV79.15138.07109.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 97 (38.28% from 255) = 40.59%
R=22.18%
G=37.24%
B=40.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5389970.450.0800.62190.9129.3329.41
Hex3559612D803Ebf1d1d
Octal6513114155100762773535
Binary1101011011001110000110110110000111110101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355961; }

 p { color: rgb(53,89,97); }

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

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

 a { background-color: rgb(53,89,97); }

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

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

 span { border-color: rgb(53,89,97); }

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