#355360

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

Shades of Casal #355360

Tints of Casal #355360

Color information

#355360 (or 0x355360) is unknown color: approx Casal. HEX triplet: 35, 53 and 60. RGB value is (53,83,96). Sum of RGB (Red+Green+Blue) = 53+83+96=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #355360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355360 is #CAAC9F. Grayscale: #4B4B4B. Windows color (decimal): -13282464 or 6312757. OLE color: 6312757.

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

Color convert

RGB538396-
CMYK0.450.1400.62
HSL198.14º28.86%29.22%-
HSV(B)198.14º44.79%37.65%-
XYZ6.677.7912.22-
YUV75.51139.56111.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=22.84%
G=35.78%
B=41.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5383960.450.1400.62198.1428.8629.22
Hex3553602DE03Ec61d1d
Octal6512314055160763063535
Binary1101011010011110000010110111100111110110001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355360; }

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

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

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

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

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

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

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

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