#354B66

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

Shades of Cello #354B66

Tints of Cello #354B66

Color information

#354B66 (or 0x354B66) is unknown color: approx Cello. HEX triplet: 35, 4B and 66. RGB value is (53,75,102). Sum of RGB (Red+Green+Blue) = 53+75+102=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #354B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B66 is #CAB499. Grayscale: #474747. Windows color (decimal): -13284506 or 6703925. OLE color: 6703925.

HSL color Cylindrical-coordinate representation of color #354B66: hue angle of 213.06º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354B66 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5375102-
CMYK0.480.2600.6
HSL213.06º31.61%30.39%-
HSV(B)213.06º48.04%40%-
XYZ6.386.7513.54-
YUV71.5145.21114.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 102 (40.23% from 255) = 44.35%
R=23.04%
G=32.61%
B=44.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53751020.480.2600.6213.0631.6130.39
Hex354B66301A03Cd5201e
Octal6511314660320743254036
Binary110101100101111001101100001101001111001101010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,75,102); }

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

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

 a { background-color: rgb(53,75,102); }

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

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

 span { border-color: rgb(53,75,102); }

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