#335A62

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

Shades of Casal #335A62

Tints of Casal #335A62

Color information

#335A62 (or 0x335A62) is unknown color: approx Casal. HEX triplet: 33, 5A and 62. RGB value is (51,90,98). Sum of RGB (Red+Green+Blue) = 51+90+98=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #335A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A62 is #CCA59D. Grayscale: #4F4F4F. Windows color (decimal): -13411742 or 6445619. OLE color: 6445619.

HSL color Cylindrical-coordinate representation of color #335A62: hue angle of 190.21º 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 #335A62 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB519098-
CMYK0.480.0800.62
HSL190.21º31.54%29.22%-
HSV(B)190.21º47.96%38.43%-
XYZ7.238.912.89-
YUV79.25138.58107.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 90 (35.55% from 255) = 37.66%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=21.34%
G=37.66%
B=41.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5190980.480.0800.62190.2131.5429.22
Hex335A6230803Ebe201d
Octal6313214260100762764035
Binary11001110110101100010110000100001111101011111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335A62; }

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

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

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

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

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

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

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

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