#335962

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

Shades of Casal #335962

Tints of Casal #335962

Color information

#335962 (or 0x335962) is unknown color: approx Casal. HEX triplet: 33, 59 and 62. RGB value is (51,89,98). Sum of RGB (Red+Green+Blue) = 51+89+98=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #335962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335962 is #CCA69D. Grayscale: #4E4E4E. Windows color (decimal): -13411998 or 6445363. OLE color: 6445363.

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

Color convert

RGB518998-
CMYK0.480.0900.62
HSL191.49º31.54%29.22%-
HSV(B)191.49º47.96%38.43%-
XYZ7.148.7312.86-
YUV78.66138.91108.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=21.43%
G=37.39%
B=41.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5189980.480.0900.62191.4931.5429.22
Hex33596230903Ebf201d
Octal6313114260110762774035
Binary11001110110011100010110000100101111101011111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335962; }

 p { color: rgb(51,89,98); }

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

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

 a { background-color: rgb(51,89,98); }

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

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

 span { border-color: rgb(51,89,98); }

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