#344A58

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

Shades of Cello #344A58

Tints of Cello #344A58

Color information

#344A58 (or 0x344A58) is unknown color: approx Cello. HEX triplet: 34, 4A and 58. RGB value is (52,74,88). Sum of RGB (Red+Green+Blue) = 52+74+88=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #344A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A58 is #CBB5A7. Grayscale: #444444. Windows color (decimal): -13350312 or 5786164. OLE color: 5786164.

HSL color Cylindrical-coordinate representation of color #344A58: hue angle of 203.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #344A58 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB527488-
CMYK0.410.1600.65
HSL203.33º25.71%27.45%-
HSV(B)203.33º40.91%34.51%-
XYZ5.636.3310.16-
YUV69.02138.71115.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=24.30%
G=34.58%
B=41.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5274880.410.1600.65203.3325.7127.45
Hex344A582910041cb1a1b
Octal64112130512001013133233
Binary110100100101010110001010011000001000001110010111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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