#344963

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

Shades of Cello #344963

Tints of Cello #344963

Color information

#344963 (or 0x344963) is unknown color: approx Cello. HEX triplet: 34, 49 and 63. RGB value is (52,73,99). Sum of RGB (Red+Green+Blue) = 52+73+99=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #344963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344963 is #CBB69C. Grayscale: #454545. Windows color (decimal): -13350557 or 6506804. OLE color: 6506804.

HSL color Cylindrical-coordinate representation of color #344963: hue angle of 213.19º 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 #344963 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB527399-
CMYK0.470.2600.61
HSL213.19º31.13%29.61%-
HSV(B)213.19º47.47%38.82%-
XYZ6.056.412.72-
YUV69.68144.54115.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=23.21%
G=32.59%
B=44.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5273990.470.2600.61213.1931.1329.61
Hex3449632F1A03Dd51f1e
Octal6411114357320753253736
Binary11010010010011100011101111110100111101110101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344963; }

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

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

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

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

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

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

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

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