#344858

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

Shades of Cello #344858

Tints of Cello #344858

Color information

#344858 (or 0x344858) is unknown color: approx Cello. HEX triplet: 34, 48 and 58. RGB value is (52,72,88). Sum of RGB (Red+Green+Blue) = 52+72+88=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #344858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344858 is #CBB7A7. Grayscale: #434343. Windows color (decimal): -13350824 or 5785652. OLE color: 5785652.

HSL color Cylindrical-coordinate representation of color #344858: hue angle of 206.67º 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 #344858 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB527288-
CMYK0.410.1800.65
HSL206.67º25.71%27.45%-
HSV(B)206.67º40.91%34.51%-
XYZ5.496.0710.11-
YUV67.84139.37116.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 88 (34.77% from 255) = 41.51%
R=24.53%
G=33.96%
B=41.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5272880.410.1800.65206.6725.7127.45
Hex3448582912041cf1a1b
Octal64110130512201013173233
Binary110100100100010110001010011001001000001110011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344858; }

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

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

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

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

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

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

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

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