#346072

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

Shades of Blumine #346072

Tints of Blumine #346072

Color information

#346072 (or 0x346072) is unknown color: approx Blumine. HEX triplet: 34, 60 and 72. RGB value is (52,96,114). Sum of RGB (Red+Green+Blue) = 52+96+114=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #346072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346072 is #CB9F8D. Grayscale: #545454. Windows color (decimal): -13344654 or 7495732. OLE color: 7495732.

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

Color convert

RGB5296114-
CMYK0.540.1600.55
HSL197.42º37.35%32.55%-
HSV(B)197.42º54.39%44.71%-
XYZ8.6410.3117.45-
YUV84.9144.42104.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=19.85%
G=36.64%
B=43.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52961140.540.1600.55197.4237.3532.55
Hex3460723610037c52521
Octal6414016266200673054541
Binary1101001100000111001011011010000011011111000101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346072; }

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

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

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

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

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

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

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

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