#355B61

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

Shades of Casal #355B61

Tints of Casal #355B61

Color information

#355B61 (or 0x355B61) is unknown color: approx Casal. HEX triplet: 35, 5B and 61. RGB value is (53,91,97). Sum of RGB (Red+Green+Blue) = 53+91+97=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #355B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B61 is #CAA49E. Grayscale: #505050. Windows color (decimal): -13280415 or 6380341. OLE color: 6380341.

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

Color convert

RGB539197-
CMYK0.450.0600.62
HSL188.18º29.33%29.41%-
HSV(B)188.18º45.36%38.04%-
XYZ7.379.112.68-
YUV80.32137.41108.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=21.99%
G=37.76%
B=40.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5391970.450.0600.62188.1829.3329.41
Hex355B612D603Ebc1d1d
Octal651331415560762743535
Binary110101101101111000011011011100111110101111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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