#344B60

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

Shades of Cello #344B60

Tints of Cello #344B60

Color information

#344B60 (or 0x344B60) is unknown color: approx Cello. HEX triplet: 34, 4B and 60. RGB value is (52,75,96). Sum of RGB (Red+Green+Blue) = 52+75+96=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #344B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B60 is #CBB49F. Grayscale: #464646. Windows color (decimal): -13350048 or 6310708. OLE color: 6310708.

HSL color Cylindrical-coordinate representation of color #344B60: hue angle of 208.64º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344B60 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB527596-
CMYK0.460.2200.62
HSL208.64º29.73%29.02%-
HSV(B)208.64º45.83%37.65%-
XYZ6.046.6112.02-
YUV70.52142.38114.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=23.32%
G=33.63%
B=43.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5275960.460.2200.62208.6429.7329.02
Hex344B602E1603Ed11e1d
Octal6411314056260763213635
Binary11010010010111100000101110101100111110110100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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