#354E6E

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

Shades of Cello #354E6E

Tints of Cello #354E6E

Color information

#354E6E (or 0x354E6E) is unknown color: approx Cello. HEX triplet: 35, 4E and 6E. RGB value is (53,78,110). Sum of RGB (Red+Green+Blue) = 53+78+110=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #354E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E6E is #CAB191. Grayscale: #4A4A4A. Windows color (decimal): -13283730 or 7228981. OLE color: 7228981.

HSL color Cylindrical-coordinate representation of color #354E6E: hue angle of 213.68º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #354E6E is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5378110-
CMYK0.520.2900.57
HSL213.68º34.97%31.96%-
HSV(B)213.68º51.82%43.14%-
XYZ7.017.3315.8-
YUV74.17148.22112.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=21.99%
G=32.37%
B=45.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53781100.520.2900.57213.6834.9731.96
Hex354E6E341D039d62320
Octal6511615664350713264340
Binary1101011001110110111011010011101011100111010110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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