#344B5D

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

Shades of Cello #344B5D

Tints of Cello #344B5D

Color information

#344B5D (or 0x344B5D) is unknown color: approx Cello. HEX triplet: 34, 4B and 5D. RGB value is (52,75,93). Sum of RGB (Red+Green+Blue) = 52+75+93=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #344B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B5D is #CBB4A2. Grayscale: #464646. Windows color (decimal): -13350051 or 6114100. OLE color: 6114100.

HSL color Cylindrical-coordinate representation of color #344B5D: hue angle of 206.34º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #344B5D is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB527593-
CMYK0.440.1900.64
HSL206.34º28.28%28.43%-
HSV(B)206.34º44.09%36.47%-
XYZ5.916.5511.31-
YUV70.18140.88115.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 75 (29.69% from 255) = 34.09%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=23.64%
G=34.09%
B=42.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5275930.440.1900.64206.3428.2828.43
Hex344B5D2C13040ce1c1c
Octal64113135542301003163434
Binary110100100101110111011011001001101000000110011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,75,93); }

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

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

 a { background-color: rgb(52,75,93); }

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

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

 span { border-color: rgb(52,75,93); }

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