#355460

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

Shades of Casal #355460

Tints of Casal #355460

Color information

#355460 (or 0x355460) is unknown color: approx Casal. HEX triplet: 35, 54 and 60. RGB value is (53,84,96). Sum of RGB (Red+Green+Blue) = 53+84+96=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #355460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355460 is #CAAB9F. Grayscale: #4C4C4C. Windows color (decimal): -13282208 or 6313013. OLE color: 6313013.

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

Color convert

RGB538496-
CMYK0.450.1200.62
HSL196.74º28.86%29.22%-
HSV(B)196.74º44.79%37.65%-
XYZ6.757.9412.24-
YUV76.1139.23111.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=22.75%
G=36.05%
B=41.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5384960.450.1200.62196.7428.8629.22
Hex3554602DC03Ec51d1d
Octal6512414055140763053535
Binary1101011010100110000010110111000111110110001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355460; }

 p { color: rgb(53,84,96); }

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

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

 a { background-color: rgb(53,84,96); }

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

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

 span { border-color: rgb(53,84,96); }

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