#335663

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

Shades of Casal #335663

Tints of Casal #335663

Color information

#335663 (or 0x335663) is unknown color: approx Casal. HEX triplet: 33, 56 and 63. RGB value is (51,86,99). Sum of RGB (Red+Green+Blue) = 51+86+99=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #335663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335663 is #CCA99C. Grayscale: #4C4C4C. Windows color (decimal): -13412765 or 6510131. OLE color: 6510131.

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

Color convert

RGB518699-
CMYK0.480.1300.61
HSL196.25º32%29.41%-
HSV(B)196.25º48.48%38.82%-
XYZ6.958.2613.03-
YUV77.02140.4109.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=21.61%
G=36.44%
B=41.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5186990.480.1300.61196.253229.41
Hex33566330D03Dc4201d
Octal6312614360150753044035
Binary11001110101101100011110000110101111011100010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335663; }

 p { color: rgb(51,86,99); }

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

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

 a { background-color: rgb(51,86,99); }

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

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

 span { border-color: rgb(51,86,99); }

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