#354B5D

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

Shades of Cello #354B5D

Tints of Cello #354B5D

Color information

#354B5D (or 0x354B5D) is unknown color: approx Cello. HEX triplet: 35, 4B and 5D. RGB value is (53,75,93). Sum of RGB (Red+Green+Blue) = 53+75+93=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #354B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B5D is #CAB4A2. Grayscale: #464646. Windows color (decimal): -13284515 or 6114101. OLE color: 6114101.

HSL color Cylindrical-coordinate representation of color #354B5D: hue angle of 207º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #354B5D is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB537593-
CMYK0.430.1900.64
HSL207º27.4%28.63%-
HSV(B)207º43.01%36.47%-
XYZ5.966.5811.31-
YUV70.47140.71115.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.98%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=23.98%
G=33.94%
B=42.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5375930.430.1900.6420727.428.63
Hex354B5D2B13040cf1b1d
Octal65113135532301003173335
Binary110101100101110111011010111001101000000110011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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