#346975

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

Shades of Blumine #346975

Tints of Blumine #346975

Color information

#346975 (or 0x346975) is unknown color: approx Blumine. HEX triplet: 34, 69 and 75. RGB value is (52,105,117). Sum of RGB (Red+Green+Blue) = 52+105+117=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #346975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346975 is #CB968A. Grayscale: #5A5A5A. Windows color (decimal): -13342347 or 7694644. OLE color: 7694644.

HSL color Cylindrical-coordinate representation of color #346975: hue angle of 191.08º 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 #346975 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB52105117-
CMYK0.560.1000.54
HSL191.08º38.46%33.14%-
HSV(B)191.08º55.56%45.88%-
XYZ9.6812.1218.66-
YUV90.52142.94100.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=18.98%
G=38.32%
B=42.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521051170.560.1000.54191.0838.4633.14
Hex34697538A036bf2621
Octal6415116570120662774641
Binary110100110100111101011110001010011011010111111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346975; }

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

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

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

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

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

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

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

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