#344A61

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

Shades of Cello #344A61

Tints of Cello #344A61

Color information

#344A61 (or 0x344A61) is unknown color: approx Cello. HEX triplet: 34, 4A and 61. RGB value is (52,74,97). Sum of RGB (Red+Green+Blue) = 52+74+97=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #344A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A61 is #CBB59E. Grayscale: #454545. Windows color (decimal): -13350303 or 6375988. OLE color: 6375988.

HSL color Cylindrical-coordinate representation of color #344A61: hue angle of 210.67º 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 #344A61 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB527497-
CMYK0.460.2400.62
HSL210.67º30.2%29.22%-
HSV(B)210.67º46.39%38.04%-
XYZ6.026.4912.24-
YUV70.04143.21115.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 74 (29.30% from 255) = 33.18%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=23.32%
G=33.18%
B=43.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5274970.460.2400.62210.6730.229.22
Hex344A612E1803Ed31e1d
Octal6411214156300763233635
Binary11010010010101100001101110110000111110110100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344A61; }

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

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

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

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

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

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

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

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