#345F71

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

Shades of Blumine #345F71

Tints of Blumine #345F71

Color information

#345F71 (or 0x345F71) is unknown color: approx Blumine. HEX triplet: 34, 5F and 71. RGB value is (52,95,113). Sum of RGB (Red+Green+Blue) = 52+95+113=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #345F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F71 is #CBA08E. Grayscale: #545454. Windows color (decimal): -13344911 or 7429940. OLE color: 7429940.

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

Color convert

RGB5295113-
CMYK0.540.1600.56
HSL197.7º36.97%32.35%-
HSV(B)197.7º53.98%44.31%-
XYZ8.4910.1117.13-
YUV84.2144.25105.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=20%
G=36.54%
B=43.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52951130.540.1600.56197.736.9732.35
Hex345F713610038c62520
Octal6413716166200703064540
Binary1101001011111111000111011010000011100011000110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345F71; }

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

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

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

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

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

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

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

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