#345971

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

Shades of Blumine #345971

Tints of Blumine #345971

Color information

#345971 (or 0x345971) is unknown color: approx Blumine. HEX triplet: 34, 59 and 71. RGB value is (52,89,113). Sum of RGB (Red+Green+Blue) = 52+89+113=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #345971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345971 is #CBA68E. Grayscale: #505050. Windows color (decimal): -13346447 or 7428404. OLE color: 7428404.

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

Color convert

RGB5289113-
CMYK0.540.2100.56
HSL203.61º36.97%32.35%-
HSV(B)203.61º53.98%44.31%-
XYZ7.979.0716.95-
YUV80.67146.24107.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.47%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 113 (44.53% from 255) = 44.49%
R=20.47%
G=35.04%
B=44.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52891130.540.2100.56203.6136.9732.35
Hex3459713615038cc2520
Octal6413116166250703144540
Binary1101001011001111000111011010101011100011001100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345971; }

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

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

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

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

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

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

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

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