#335C63

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

Shades of Casal #335C63

Tints of Casal #335C63

Color information

#335C63 (or 0x335C63) is unknown color: approx Casal. HEX triplet: 33, 5C and 63. RGB value is (51,92,99). Sum of RGB (Red+Green+Blue) = 51+92+99=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #335C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C63 is #CCA39C. Grayscale: #505050. Windows color (decimal): -13411229 or 6511667. OLE color: 6511667.

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

Color convert

RGB519299-
CMYK0.480.0700.61
HSL188.75º32%29.41%-
HSV(B)188.75º48.48%38.82%-
XYZ7.449.2613.2-
YUV80.54138.42106.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 92 (36.33% from 255) = 38.02%
BLUE value IS 99 (39.06% from 255) = 40.91%
R=21.07%
G=38.02%
B=40.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5192990.480.0700.61188.753229.41
Hex335C6330703Dbd201d
Octal631341436070752754035
Binary1100111011100110001111000011101111011011110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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