#354C62

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

Shades of Cello #354C62

Tints of Cello #354C62

Color information

#354C62 (or 0x354C62) is unknown color: approx Cello. HEX triplet: 35, 4C and 62. RGB value is (53,76,98). Sum of RGB (Red+Green+Blue) = 53+76+98=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #354C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C62 is #CAB39D. Grayscale: #474747. Windows color (decimal): -13284254 or 6442037. OLE color: 6442037.

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

Color convert

RGB537698-
CMYK0.460.2200.62
HSL209.33º29.8%29.61%-
HSV(B)209.33º45.92%38.43%-
XYZ6.266.8112.54-
YUV71.63142.88114.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=23.35%
G=33.48%
B=43.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5376980.460.2200.62209.3329.829.61
Hex354C622E1603Ed11e1e
Octal6511414256260763213636
Binary11010110011001100010101110101100111110110100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354C62; }

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

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

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

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

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

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

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

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