#354C68

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

Shades of Cello #354C68

Tints of Cello #354C68

Color information

#354C68 (or 0x354C68) is unknown color: approx Cello. HEX triplet: 35, 4C and 68. RGB value is (53,76,104). Sum of RGB (Red+Green+Blue) = 53+76+104=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #354C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C68 is #CAB397. Grayscale: #484848. Windows color (decimal): -13284248 or 6835253. OLE color: 6835253.

HSL color Cylindrical-coordinate representation of color #354C68: hue angle of 212.94º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #354C68 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5376104-
CMYK0.490.2700.59
HSL212.94º32.48%30.78%-
HSV(B)212.94º49.04%40.78%-
XYZ6.556.9314.09-
YUV72.32145.88114.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=22.75%
G=32.62%
B=44.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53761040.490.2700.59212.9432.4830.78
Hex354C68311B03Bd5201f
Octal6511415061330733254037
Binary110101100110011010001100011101101110111101010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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