#346175

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

Shades of Blumine #346175

Tints of Blumine #346175

Color information

#346175 (or 0x346175) is unknown color: approx Blumine. HEX triplet: 34, 61 and 75. RGB value is (52,97,117). Sum of RGB (Red+Green+Blue) = 52+97+117=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #346175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346175 is #CB9E8A. Grayscale: #555555. Windows color (decimal): -13344395 or 7692596. OLE color: 7692596.

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

Color convert

RGB5297117-
CMYK0.560.1700.54
HSL198.46º38.46%33.14%-
HSV(B)198.46º55.56%45.88%-
XYZ8.910.5618.4-
YUV85.82145.59103.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=19.55%
G=36.47%
B=43.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52971170.560.1700.54198.4638.4633.14
Hex3461753811036c62621
Octal6414116570210663064641
Binary1101001100001111010111100010001011011011000110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346175; }

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

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

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

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

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

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

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

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