#354E6C

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

Shades of Cello #354E6C

Tints of Cello #354E6C

Color information

#354E6C (or 0x354E6C) is unknown color: approx Cello. HEX triplet: 35, 4E and 6C. RGB value is (53,78,108). Sum of RGB (Red+Green+Blue) = 53+78+108=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #354E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E6C is #CAB193. Grayscale: #494949. Windows color (decimal): -13283732 or 7097909. OLE color: 7097909.

HSL color Cylindrical-coordinate representation of color #354E6C: hue angle of 212.73º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #354E6C is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5378108-
CMYK0.510.2800.58
HSL212.73º34.16%31.57%-
HSV(B)212.73º50.93%42.35%-
XYZ6.97.2915.23-
YUV73.94147.22113.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=22.18%
G=32.64%
B=45.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53781080.510.2800.58212.7334.1631.57
Hex354E6C331C03Ad52220
Octal6511615463340723254240
Binary1101011001110110110011001111100011101011010101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,78,108); }

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

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

 a { background-color: rgb(53,78,108); }

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

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

 span { border-color: rgb(53,78,108); }

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