#346872

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

Shades of Blumine #346872

Tints of Blumine #346872

Color information

#346872 (or 0x346872) is unknown color: approx Blumine. HEX triplet: 34, 68 and 72. RGB value is (52,104,114). Sum of RGB (Red+Green+Blue) = 52+104+114=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #346872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346872 is #CB978D. Grayscale: #595959. Windows color (decimal): -13342606 or 7497780. OLE color: 7497780.

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

Color convert

RGB52104114-
CMYK0.540.0900.55
HSL189.68º37.35%32.55%-
HSV(B)189.68º54.39%44.71%-
XYZ9.411.8517.71-
YUV89.59141.77101.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=19.26%
G=38.52%
B=42.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521041140.540.0900.55189.6837.3532.55
Hex346872369037be2521
Octal6415016266110672764541
Binary110100110100011100101101101001011011110111110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346872; }

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

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

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

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

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

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

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

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