#354C6C

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

Shades of Cello #354C6C

Tints of Cello #354C6C

Color information

#354C6C (or 0x354C6C) is unknown color: approx Cello. HEX triplet: 35, 4C and 6C. RGB value is (53,76,108). Sum of RGB (Red+Green+Blue) = 53+76+108=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #354C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C6C is #CAB393. Grayscale: #484848. Windows color (decimal): -13284244 or 7097397. OLE color: 7097397.

HSL color Cylindrical-coordinate representation of color #354C6C: hue angle of 214.91º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #354C6C is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5376108-
CMYK0.510.3000.58
HSL214.91º34.16%31.57%-
HSV(B)214.91º50.93%42.35%-
XYZ6.767.0115.18-
YUV72.77147.88113.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=22.36%
G=32.07%
B=45.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53761080.510.3000.58214.9134.1631.57
Hex354C6C331E03Ad72220
Octal6511415463360723274240
Binary1101011001100110110011001111110011101011010111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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