#354B65

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

Shades of Cello #354B65

Tints of Cello #354B65

Color information

#354B65 (or 0x354B65) is unknown color: approx Cello. HEX triplet: 35, 4B and 65. RGB value is (53,75,101). Sum of RGB (Red+Green+Blue) = 53+75+101=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #354B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B65 is #CAB49A. Grayscale: #474747. Windows color (decimal): -13284507 or 6638389. OLE color: 6638389.

HSL color Cylindrical-coordinate representation of color #354B65: hue angle of 212.5º degrees, saturation: 0.31, 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 #354B65 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5375101-
CMYK0.480.2600.60
HSL212.5º31.17%30.2%-
HSV(B)212.5º47.52%39.61%-
XYZ6.336.7313.28-
YUV71.39144.71114.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 101 (39.84% from 255) = 44.10%
R=23.14%
G=32.75%
B=44.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53751010.480.2600.60212.531.1730.2
Hex354B65301A03Cd41f1e
Octal6511314560320743243736
Binary11010110010111100101110000110100111100110101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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