#344968

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

Shades of Cello #344968

Tints of Cello #344968

Color information

#344968 (or 0x344968) is unknown color: approx Cello. HEX triplet: 34, 49 and 68. RGB value is (52,73,104). Sum of RGB (Red+Green+Blue) = 52+73+104=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #344968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344968 is #CBB697. Grayscale: #464646. Windows color (decimal): -13350552 or 6834484. OLE color: 6834484.

HSL color Cylindrical-coordinate representation of color #344968: hue angle of 215.77º degrees, saturation: 0.33, 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 #344968 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5273104-
CMYK0.500.3000.59
HSL215.77º33.33%30.59%-
HSV(B)215.77º50%40.78%-
XYZ6.36.4914.02-
YUV70.26147.04114.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=22.71%
G=31.88%
B=45.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52731040.500.3000.59215.7733.3330.59
Hex344968321E03Bd8211f
Octal6411115062360733304137
Binary110100100100111010001100101111001110111101100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344968; }

 p { color: rgb(52,73,104); }

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

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

 a { background-color: rgb(52,73,104); }

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

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

 span { border-color: rgb(52,73,104); }

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