#346875

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

Shades of Blumine #346875

Tints of Blumine #346875

Color information

#346875 (or 0x346875) is unknown color: approx Blumine. HEX triplet: 34, 68 and 75. RGB value is (52,104,117). Sum of RGB (Red+Green+Blue) = 52+104+117=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #346875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346875 is #CB978A. Grayscale: #595959. Windows color (decimal): -13342603 or 7694388. OLE color: 7694388.

HSL color Cylindrical-coordinate representation of color #346875: hue angle of 192º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346875 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB52104117-
CMYK0.560.1100.54
HSL192º38.46%33.14%-
HSV(B)192º55.56%45.88%-
XYZ9.5811.9218.62-
YUV89.93143.27100.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=19.05%
G=38.10%
B=42.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521041170.560.1100.5419238.4633.14
Hex34687538B036c02621
Octal6415016570130663004641
Binary110100110100011101011110001011011011011000000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346875; }

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

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

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

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

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

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

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

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