#345972

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

Shades of Blumine #345972

Tints of Blumine #345972

Color information

#345972 (or 0x345972) is unknown color: approx Blumine. HEX triplet: 34, 59 and 72. RGB value is (52,89,114). Sum of RGB (Red+Green+Blue) = 52+89+114=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #345972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345972 is #CBA68D. Grayscale: #505050. Windows color (decimal): -13346446 or 7493940. OLE color: 7493940.

HSL color Cylindrical-coordinate representation of color #345972: hue angle of 204.19º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345972 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5289114-
CMYK0.540.2200.55
HSL204.19º37.35%32.55%-
HSV(B)204.19º54.39%44.71%-
XYZ8.039.0917.25-
YUV80.79146.74107.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=20.39%
G=34.90%
B=44.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52891140.540.2200.55204.1937.3532.55
Hex3459723616037cc2521
Octal6413116266260673144541
Binary1101001011001111001011011010110011011111001100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345972; }

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

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

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

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

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

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

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

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