#344762

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

Shades of Cello #344762

Tints of Cello #344762

Color information

#344762 (or 0x344762) is unknown color: approx Cello. HEX triplet: 34, 47 and 62. RGB value is (52,71,98). Sum of RGB (Red+Green+Blue) = 52+71+98=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #344762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344762 is #CBB89D. Grayscale: #444444. Windows color (decimal): -13351070 or 6440756. OLE color: 6440756.

HSL color Cylindrical-coordinate representation of color #344762: hue angle of 215.22º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #344762 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB527198-
CMYK0.470.2800.62
HSL215.22º30.67%29.41%-
HSV(B)215.22º46.94%38.43%-
XYZ5.876.1212.43-
YUV68.4144.71116.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=23.53%
G=32.13%
B=44.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5271980.470.2800.62215.2230.6729.41
Hex3447622F1C03Ed71f1d
Octal6410714257340763273735
Binary11010010001111100010101111111000111110110101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344762; }

 p { color: rgb(52,71,98); }

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

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

 a { background-color: rgb(52,71,98); }

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

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

 span { border-color: rgb(52,71,98); }

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