#355661

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

Shades of Casal #355661

Tints of Casal #355661

Color information

#355661 (or 0x355661) is unknown color: approx Casal. HEX triplet: 35, 56 and 61. RGB value is (53,86,97). Sum of RGB (Red+Green+Blue) = 53+86+97=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #355661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355661 is #CAA99E. Grayscale: #4D4D4D. Windows color (decimal): -13281695 or 6379061. OLE color: 6379061.

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

Color convert

RGB538697-
CMYK0.450.1100.62
HSL195º29.33%29.41%-
HSV(B)195º45.36%38.04%-
XYZ6.958.2812.54-
YUV77.39139.07110.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=22.46%
G=36.44%
B=41.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5386970.450.1100.6219529.3329.41
Hex3556612DB03Ec31d1d
Octal6512614155130763033535
Binary1101011010110110000110110110110111110110000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355661; }

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

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

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

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

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

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

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

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