#344F5F

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

Shades of Cello #344F5F

Tints of Cello #344F5F

Color information

#344F5F (or 0x344F5F) is unknown color: approx Cello. HEX triplet: 34, 4F and 5F. RGB value is (52,79,95). Sum of RGB (Red+Green+Blue) = 52+79+95=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #344F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F5F is #CBB0A0. Grayscale: #484848. Windows color (decimal): -13349025 or 6246196. OLE color: 6246196.

HSL color Cylindrical-coordinate representation of color #344F5F: hue angle of 202.33º 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 #344F5F is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB527995-
CMYK0.450.1700.63
HSL202.33º29.25%28.82%-
HSV(B)202.33º45.26%37.25%-
XYZ6.287.1511.88-
YUV72.75140.55113.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=23.01%
G=34.96%
B=42.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5279950.450.1700.63202.3329.2528.82
Hex344F5F2D1103Fca1d1d
Octal6411713755210773123535
Binary11010010011111011111101101100010111111110010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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