#346176

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

Shades of Blumine #346176

Tints of Blumine #346176

Color information

#346176 (or 0x346176) is unknown color: approx Blumine. HEX triplet: 34, 61 and 76. RGB value is (52,97,118). Sum of RGB (Red+Green+Blue) = 52+97+118=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #346176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346176 is #CB9E89. Grayscale: #555555. Windows color (decimal): -13344394 or 7758132. OLE color: 7758132.

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

Color convert

RGB5297118-
CMYK0.560.1800.54
HSL199.09º38.82%33.33%-
HSV(B)199.09º55.93%46.27%-
XYZ8.9610.5918.71-
YUV85.94146.09103.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=19.48%
G=36.33%
B=44.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52971180.560.1800.54199.0938.8233.33
Hex3461763812036c72721
Octal6414116670220663074741
Binary1101001100001111011011100010010011011011000111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346176; }

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

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

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

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

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

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

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

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