#344962

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

Shades of Cello #344962

Tints of Cello #344962

Color information

#344962 (or 0x344962) is unknown color: approx Cello. HEX triplet: 34, 49 and 62. RGB value is (52,73,98). Sum of RGB (Red+Green+Blue) = 52+73+98=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #344962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344962 is #CBB69D. Grayscale: #454545. Windows color (decimal): -13350558 or 6441268. OLE color: 6441268.

HSL color Cylindrical-coordinate representation of color #344962: hue angle of 212.61º 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 #344962 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB527398-
CMYK0.470.2600.62
HSL212.61º30.67%29.41%-
HSV(B)212.61º46.94%38.43%-
XYZ66.3812.47-
YUV69.57144.04115.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=23.32%
G=32.74%
B=43.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5273980.470.2600.62212.6130.6729.41
Hex3449622F1A03Ed51f1d
Octal6411114257320763253735
Binary11010010010011100010101111110100111110110101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344962; }

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

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

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

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

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

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

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

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