#344B6A

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

Shades of Cello #344B6A

Tints of Cello #344B6A

Color information

#344B6A (or 0x344B6A) is unknown color: approx Cello. HEX triplet: 34, 4B and 6A. RGB value is (52,75,106). Sum of RGB (Red+Green+Blue) = 52+75+106=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 106 - color contains mainly: blue. Hex color #344B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B6A is #CBB495. Grayscale: #474747. Windows color (decimal): -13350038 or 6966068. OLE color: 6966068.

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

Color convert

RGB5275106-
CMYK0.510.2900.58
HSL214.44º34.18%30.98%-
HSV(B)214.44º50.94%41.57%-
XYZ6.536.814.6-
YUV71.66147.38113.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 106 (41.80% from 255) = 45.49%
R=22.32%
G=32.19%
B=45.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52751060.510.2900.58214.4434.1830.98
Hex344B6A331D03Ad6221f
Octal6411315263350723264237
Binary110100100101111010101100111110101110101101011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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