#355C61

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

Shades of Casal #355C61

Tints of Casal #355C61

Color information

#355C61 (or 0x355C61) is unknown color: approx Casal. HEX triplet: 35, 5C and 61. RGB value is (53,92,97). Sum of RGB (Red+Green+Blue) = 53+92+97=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #355C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C61 is #CAA39E. Grayscale: #505050. Windows color (decimal): -13280159 or 6380597. OLE color: 6380597.

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

Color convert

RGB539297-
CMYK0.450.0500.62
HSL186.82º29.33%29.41%-
HSV(B)186.82º45.36%38.04%-
XYZ7.459.2712.71-
YUV80.91137.08108.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 92 (36.33% from 255) = 38.02%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=21.90%
G=38.02%
B=40.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5392970.450.0500.62186.8229.3329.41
Hex355C612D503Ebb1d1d
Octal651341415550762733535
Binary110101101110011000011011011010111110101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355C61; }

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

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

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

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

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

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

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

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