#335561

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

Shades of Casal #335561

Tints of Casal #335561

Color information

#335561 (or 0x335561) is unknown color: approx Casal. HEX triplet: 33, 55 and 61. RGB value is (51,85,97). Sum of RGB (Red+Green+Blue) = 51+85+97=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #335561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335561 is #CCAA9E. Grayscale: #4C4C4C. Windows color (decimal): -13413023 or 6378803. OLE color: 6378803.

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

Color convert

RGB518597-
CMYK0.470.1200.62
HSL195.65º31.08%29.02%-
HSV(B)195.65º47.42%38.04%-
XYZ6.778.0612.51-
YUV76.2139.74110.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=21.89%
G=36.48%
B=41.63%

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
Decimal5185970.470.1200.62195.6531.0829.02
Hex3355612FC03Ec41f1d
Octal6312514157140763043735
Binary1100111010101110000110111111000111110110001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335561; }

 p { color: rgb(51,85,97); }

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

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

 a { background-color: rgb(51,85,97); }

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

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

 span { border-color: rgb(51,85,97); }

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