#344F69

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

Shades of Cello #344F69

Tints of Cello #344F69

Color information

#344F69 (or 0x344F69) is unknown color: approx Cello. HEX triplet: 34, 4F and 69. RGB value is (52,79,105). Sum of RGB (Red+Green+Blue) = 52+79+105=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #344F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F69 is #CBB096. Grayscale: #494949. Windows color (decimal): -13349015 or 6901556. OLE color: 6901556.

HSL color Cylindrical-coordinate representation of color #344F69: hue angle of 209.43º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #344F69 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5279105-
CMYK0.500.2500.59
HSL209.43º33.76%30.78%-
HSV(B)209.43º50.48%41.18%-
XYZ6.767.3414.43-
YUV73.89145.55112.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=22.03%
G=33.47%
B=44.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52791050.500.2500.59209.4333.7630.78
Hex344F69321903Bd1221f
Octal6411715162310733214237
Binary110100100111111010011100101100101110111101000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,79,105); }

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

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

 a { background-color: rgb(52,79,105); }

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

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

 span { border-color: rgb(52,79,105); }

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