#345463

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

Shades of Cello #345463

Tints of Cello #345463

Color information

#345463 (or 0x345463) is unknown color: approx Cello. HEX triplet: 34, 54 and 63. RGB value is (52,84,99). Sum of RGB (Red+Green+Blue) = 52+84+99=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #345463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345463 is #CBAB9C. Grayscale: #4C4C4C. Windows color (decimal): -13347741 or 6509620. OLE color: 6509620.

HSL color Cylindrical-coordinate representation of color #345463: hue angle of 199.15º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345463 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB528499-
CMYK0.470.1500.61
HSL199.15º31.13%29.61%-
HSV(B)199.15º47.47%38.82%-
XYZ6.847.9712.98-
YUV76.14140.9110.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=22.13%
G=35.74%
B=42.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5284990.470.1500.61199.1531.1329.61
Hex3454632FF03Dc71f1e
Octal6412414357170753073736
Binary1101001010100110001110111111110111101110001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345463; }

 p { color: rgb(52,84,99); }

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

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

 a { background-color: rgb(52,84,99); }

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

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

 span { border-color: rgb(52,84,99); }

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