#335763

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

Shades of Casal #335763

Tints of Casal #335763

Color information

#335763 (or 0x335763) is unknown color: approx Casal. HEX triplet: 33, 57 and 63. RGB value is (51,87,99). Sum of RGB (Red+Green+Blue) = 51+87+99=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #335763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335763 is #CCA89C. Grayscale: #4D4D4D. Windows color (decimal): -13412509 or 6510387. OLE color: 6510387.

HSL color Cylindrical-coordinate representation of color #335763: hue angle of 195º 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 #335763 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB518799-
CMYK0.480.1200.61
HSL195º32%29.41%-
HSV(B)195º48.48%38.82%-
XYZ7.038.4213.06-
YUV77.6140.07109.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=21.52%
G=36.71%
B=41.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5187990.480.1200.611953229.41
Hex33576330C03Dc3201d
Octal6312714360140753034035
Binary11001110101111100011110000110001111011100001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335763; }

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

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

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

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

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

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

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

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