#335460

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

Shades of Casal #335460

Tints of Casal #335460

Color information

#335460 (or 0x335460) is unknown color: approx Casal. HEX triplet: 33, 54 and 60. RGB value is (51,84,96). Sum of RGB (Red+Green+Blue) = 51+84+96=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #335460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335460 is #CCAB9F. Grayscale: #4B4B4B. Windows color (decimal): -13413280 or 6313011. OLE color: 6313011.

HSL color Cylindrical-coordinate representation of color #335460: hue angle of 196º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #335460 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB518496-
CMYK0.470.1200.62
HSL196º30.61%28.82%-
HSV(B)196º46.88%37.65%-
XYZ6.657.8912.24-
YUV75.5139.57110.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=22.08%
G=36.36%
B=41.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5184960.470.1200.6219630.6128.82
Hex3354602FC03Ec41f1d
Octal6312414057140763043735
Binary1100111010100110000010111111000111110110001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335460; }

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

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

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

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

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

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

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

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