#355862

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

Shades of Casal #355862

Tints of Casal #355862

Color information

#355862 (or 0x355862) is unknown color: approx Casal. HEX triplet: 35, 58 and 62. RGB value is (53,88,98). Sum of RGB (Red+Green+Blue) = 53+88+98=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #355862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355862 is #CAA79D. Grayscale: #4E4E4E. Windows color (decimal): -13281182 or 6445109. OLE color: 6445109.

HSL color Cylindrical-coordinate representation of color #355862: hue angle of 193.33º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355862 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB538898-
CMYK0.460.1000.62
HSL193.33º29.8%29.61%-
HSV(B)193.33º45.92%38.43%-
XYZ7.168.6212.84-
YUV78.68138.9109.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=22.18%
G=36.82%
B=41.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5388980.460.1000.62193.3329.829.61
Hex3558622EA03Ec11e1e
Octal6513014256120763013636
Binary1101011011000110001010111010100111110110000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355862; }

 p { color: rgb(53,88,98); }

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

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

 a { background-color: rgb(53,88,98); }

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

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

 span { border-color: rgb(53,88,98); }

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