#344961

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

Shades of Cello #344961

Tints of Cello #344961

Color information

#344961 (or 0x344961) is unknown color: approx Cello. HEX triplet: 34, 49 and 61. RGB value is (52,73,97). Sum of RGB (Red+Green+Blue) = 52+73+97=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #344961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344961 is #CBB69E. Grayscale: #454545. Windows color (decimal): -13350559 or 6375732. OLE color: 6375732.

HSL color Cylindrical-coordinate representation of color #344961: hue angle of 212º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344961 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB527397-
CMYK0.460.2500.62
HSL212º30.2%29.22%-
HSV(B)212º46.39%38.04%-
XYZ5.966.3612.22-
YUV69.46143.54115.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=23.42%
G=32.88%
B=43.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5273970.460.2500.6221230.229.22
Hex3449612E1903Ed41e1d
Octal6411114156310763243635
Binary11010010010011100001101110110010111110110101001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344961; }

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

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

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

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

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

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

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

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