#344C6D

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

Shades of Cello #344C6D

Tints of Cello #344C6D

Color information

#344C6D (or 0x344C6D) is unknown color: approx Cello. HEX triplet: 34, 4C and 6D. RGB value is (52,76,109). Sum of RGB (Red+Green+Blue) = 52+76+109=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #344C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C6D is #CBB392. Grayscale: #484848. Windows color (decimal): -13349779 or 7162932. OLE color: 7162932.

HSL color Cylindrical-coordinate representation of color #344C6D: hue angle of 214.74º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #344C6D is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5276109-
CMYK0.520.3000.57
HSL214.74º35.4%31.57%-
HSV(B)214.74º52.29%42.75%-
XYZ6.76715.46-
YUV72.59148.55113.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=21.94%
G=32.07%
B=45.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52761090.520.3000.57214.7435.431.57
Hex344C6D341E039d72320
Octal6411415564360713274340
Binary1101001001100110110111010011110011100111010111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,76,109); }

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

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

 a { background-color: rgb(52,76,109); }

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

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

 span { border-color: rgb(52,76,109); }

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