#344E5F

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

Shades of Cello #344E5F

Tints of Cello #344E5F

Color information

#344E5F (or 0x344E5F) is unknown color: approx Cello. HEX triplet: 34, 4E and 5F. RGB value is (52,78,95). Sum of RGB (Red+Green+Blue) = 52+78+95=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #344E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E5F is #CBB1A0. Grayscale: #484848. Windows color (decimal): -13349281 or 6245940. OLE color: 6245940.

HSL color Cylindrical-coordinate representation of color #344E5F: hue angle of 203.72º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #344E5F is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB527895-
CMYK0.450.1800.63
HSL203.72º29.25%28.82%-
HSV(B)203.72º45.26%37.25%-
XYZ6.217.0111.85-
YUV72.16140.89113.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=23.11%
G=34.67%
B=42.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5278950.450.1800.63203.7229.2528.82
Hex344E5F2D1203Fcc1d1d
Octal6411613755220773143535
Binary11010010011101011111101101100100111111110011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,78,95); }

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

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

 a { background-color: rgb(52,78,95); }

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

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

 span { border-color: rgb(52,78,95); }

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