#354D62

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

Shades of Cello #354D62

Tints of Cello #354D62

Color information

#354D62 (or 0x354D62) is unknown color: approx Cello. HEX triplet: 35, 4D and 62. RGB value is (53,77,98). Sum of RGB (Red+Green+Blue) = 53+77+98=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #354D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D62 is #CAB29D. Grayscale: #484848. Windows color (decimal): -13283998 or 6442293. OLE color: 6442293.

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

Color convert

RGB537798-
CMYK0.460.2100.62
HSL208º29.8%29.61%-
HSV(B)208º45.92%38.43%-
XYZ6.336.9512.56-
YUV72.22142.55114.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=23.25%
G=33.77%
B=42.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5377980.460.2100.6220829.829.61
Hex354D622E1503Ed01e1e
Octal6511514256250763203636
Binary11010110011011100010101110101010111110110100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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