#335157

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

Shades of Casal #335157

Tints of Casal #335157

Color information

#335157 (or 0x335157) is unknown color: approx Casal. HEX triplet: 33, 51 and 57. RGB value is (51,81,87). Sum of RGB (Red+Green+Blue) = 51+81+87=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 87 - color contains mainly: blue. Hex color #335157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335157 is #CCAEA8. Grayscale: #484848. Windows color (decimal): -13414057 or 5722419. OLE color: 5722419.

HSL color Cylindrical-coordinate representation of color #335157: hue angle of 190º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335157 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB518187-
CMYK0.410.0700.66
HSL190º26.09%27.06%-
HSV(B)190º41.38%34.12%-
XYZ6.037.2810.1-
YUV72.71136.06112.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.29%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 87 (34.38% from 255) = 39.73%
R=23.29%
G=36.99%
B=39.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5181870.410.0700.6619026.0927.06
Hex335157297042be1a1b
Octal6312112751701022763233
Binary1100111010001101011110100111101000010101111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335157; }

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

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

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

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

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

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

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

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