#344B6C

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

Shades of Cello #344B6C

Tints of Cello #344B6C

Color information

#344B6C (or 0x344B6C) is unknown color: approx Cello. HEX triplet: 34, 4B and 6C. RGB value is (52,75,108). Sum of RGB (Red+Green+Blue) = 52+75+108=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #344B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B6C is #CBB493. Grayscale: #474747. Windows color (decimal): -13350036 or 7097140. OLE color: 7097140.

HSL color Cylindrical-coordinate representation of color #344B6C: hue angle of 215.36º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #344B6C is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5275108-
CMYK0.520.3100.58
HSL215.36º35%31.37%-
HSV(B)215.36º51.85%42.35%-
XYZ6.646.8415.16-
YUV71.89148.38113.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 108 (42.58% from 255) = 45.96%
R=22.13%
G=31.91%
B=45.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52751080.520.3100.58215.363531.37
Hex344B6C341F03Ad7231f
Octal6411315464370723274337
Binary110100100101111011001101001111101110101101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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