#354862

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

Shades of Cello #354862

Tints of Cello #354862

Color information

#354862 (or 0x354862) is unknown color: approx Cello. HEX triplet: 35, 48 and 62. RGB value is (53,72,98). Sum of RGB (Red+Green+Blue) = 53+72+98=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #354862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354862 is #CAB79D. Grayscale: #454545. Windows color (decimal): -13285278 or 6441013. OLE color: 6441013.

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

Color convert

RGB537298-
CMYK0.460.2700.62
HSL214.67º29.8%29.61%-
HSV(B)214.67º45.92%38.43%-
XYZ5.996.2712.45-
YUV69.28144.21116.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=23.77%
G=32.29%
B=43.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5372980.460.2700.62214.6729.829.61
Hex3548622E1B03Ed71e1e
Octal6511014256330763273636
Binary11010110010001100010101110110110111110110101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354862; }

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

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

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

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

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

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

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

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