#346473

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

Shades of Blumine #346473

Tints of Blumine #346473

Color information

#346473 (or 0x346473) is unknown color: approx Blumine. HEX triplet: 34, 64 and 73. RGB value is (52,100,115). Sum of RGB (Red+Green+Blue) = 52+100+115=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #346473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346473 is #CB9B8C. Grayscale: #575757. Windows color (decimal): -13343629 or 7562292. OLE color: 7562292.

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

Color convert

RGB52100115-
CMYK0.550.1300.55
HSL194.29º37.72%32.75%-
HSV(B)194.29º54.78%45.1%-
XYZ9.0711.0817.88-
YUV87.36143.6102.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 115 (45.31% from 255) = 43.07%
R=19.48%
G=37.45%
B=43.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521001150.550.1300.55194.2937.7232.75
Hex34647337D037c22621
Octal6414416367150673024641
Binary110100110010011100111101111101011011111000010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346473; }

 p { color: rgb(52,100,115); }

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

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

 a { background-color: rgb(52,100,115); }

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

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

 span { border-color: rgb(52,100,115); }

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