#346276

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

Shades of Blumine #346276

Tints of Blumine #346276

Color information

#346276 (or 0x346276) is unknown color: approx Blumine. HEX triplet: 34, 62 and 76. RGB value is (52,98,118). Sum of RGB (Red+Green+Blue) = 52+98+118=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #346276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346276 is #CB9D89. Grayscale: #565656. Windows color (decimal): -13344138 or 7758388. OLE color: 7758388.

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

Color convert

RGB5298118-
CMYK0.560.1700.54
HSL198.18º38.82%33.33%-
HSV(B)198.18º55.93%46.27%-
XYZ9.0510.7718.74-
YUV86.53145.76103.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=19.40%
G=36.57%
B=44.03%

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
Decimal52981180.560.1700.54198.1838.8233.33
Hex3462763811036c62721
Octal6414216670210663064741
Binary1101001100010111011011100010001011011011000110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346276; }

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

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

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

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

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

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

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

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