#354F6E

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

Shades of Cello #354F6E

Tints of Cello #354F6E

Color information

#354F6E (or 0x354F6E) is unknown color: approx Cello. HEX triplet: 35, 4F and 6E. RGB value is (53,79,110). Sum of RGB (Red+Green+Blue) = 53+79+110=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #354F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F6E is #CAB091. Grayscale: #4A4A4A. Windows color (decimal): -13283474 or 7229237. OLE color: 7229237.

HSL color Cylindrical-coordinate representation of color #354F6E: hue angle of 212.63º 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 #354F6E is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5379110-
CMYK0.520.2800.57
HSL212.63º34.97%31.96%-
HSV(B)212.63º51.82%43.14%-
XYZ7.087.4715.82-
YUV74.76147.89112.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=21.90%
G=32.64%
B=45.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53791100.520.2800.57212.6334.9731.96
Hex354F6E341C039d52320
Octal6511715664340713254340
Binary1101011001111110111011010011100011100111010101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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