#346179

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

Shades of Blumine #346179

Tints of Blumine #346179

Color information

#346179 (or 0x346179) is unknown color: approx Blumine. HEX triplet: 34, 61 and 79. RGB value is (52,97,121). Sum of RGB (Red+Green+Blue) = 52+97+121=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #346179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346179 is #CB9E86. Grayscale: #565656. Windows color (decimal): -13344391 or 7954740. OLE color: 7954740.

HSL color Cylindrical-coordinate representation of color #346179: hue angle of 200.87º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #346179 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5297121-
CMYK0.570.2000.53
HSL200.87º39.88%33.92%-
HSV(B)200.87º57.02%47.45%-
XYZ9.1410.6619.66-
YUV86.28147.59103.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=19.26%
G=35.93%
B=44.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52971210.570.2000.53200.8739.8833.92
Hex3461793914035c92822
Octal6414117171240653115042
Binary1101001100001111100111100110100011010111001001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346179; }

 p { color: rgb(52,97,121); }

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

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

 a { background-color: rgb(52,97,121); }

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

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

 span { border-color: rgb(52,97,121); }

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