#344D62

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

Shades of Cello #344D62

Tints of Cello #344D62

Color information

#344D62 (or 0x344D62) is unknown color: approx Cello. HEX triplet: 34, 4D and 62. RGB value is (52,77,98). Sum of RGB (Red+Green+Blue) = 52+77+98=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #344D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D62 is #CBB29D. Grayscale: #474747. Windows color (decimal): -13349534 or 6442292. OLE color: 6442292.

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

Color convert

RGB527798-
CMYK0.470.2100.62
HSL207.39º30.67%29.41%-
HSV(B)207.39º46.94%38.43%-
XYZ6.276.9212.56-
YUV71.92142.72113.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=22.91%
G=33.92%
B=43.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5277980.470.2100.62207.3930.6729.41
Hex344D622F1503Ecf1f1d
Octal6411514257250763173735
Binary11010010011011100010101111101010111110110011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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