#346271

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

Shades of Blumine #346271

Tints of Blumine #346271

Color information

#346271 (or 0x346271) is unknown color: approx Blumine. HEX triplet: 34, 62 and 71. RGB value is (52,98,113). Sum of RGB (Red+Green+Blue) = 52+98+113=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #346271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346271 is #CB9D8E. Grayscale: #555555. Windows color (decimal): -13344143 or 7430708. OLE color: 7430708.

HSL color Cylindrical-coordinate representation of color #346271: hue angle of 194.75º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346271 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5298113-
CMYK0.540.1300.56
HSL194.75º36.97%32.35%-
HSV(B)194.75º53.98%44.31%-
XYZ8.7610.6617.22-
YUV85.96143.26103.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=19.77%
G=37.26%
B=42.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52981130.540.1300.56194.7536.9732.35
Hex34627136D038c32520
Octal6414216166150703034540
Binary110100110001011100011101101101011100011000011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346271; }

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

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

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

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

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

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

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

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