#346873

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

Shades of Blumine #346873

Tints of Blumine #346873

Color information

#346873 (or 0x346873) is unknown color: approx Blumine. HEX triplet: 34, 68 and 73. RGB value is (52,104,115). Sum of RGB (Red+Green+Blue) = 52+104+115=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #346873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346873 is #CB978C. Grayscale: #595959. Windows color (decimal): -13342605 or 7563316. OLE color: 7563316.

HSL color Cylindrical-coordinate representation of color #346873: hue angle of 190.48º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #346873 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB52104115-
CMYK0.550.1000.55
HSL190.48º37.72%32.75%-
HSV(B)190.48º54.78%45.1%-
XYZ9.4611.8718.01-
YUV89.71142.27101.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=19.19%
G=38.38%
B=42.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521041150.550.1000.55190.4837.7232.75
Hex34687337A037be2621
Octal6415016367120672764641
Binary110100110100011100111101111010011011110111110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346873; }

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

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

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

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

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

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

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

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