#346173

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

Shades of Blumine #346173

Tints of Blumine #346173

Color information

#346173 (or 0x346173) is unknown color: approx Blumine. HEX triplet: 34, 61 and 73. RGB value is (52,97,115). Sum of RGB (Red+Green+Blue) = 52+97+115=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #346173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346173 is #CB9E8C. Grayscale: #555555. Windows color (decimal): -13344397 or 7561524. OLE color: 7561524.

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

Color convert

RGB5297115-
CMYK0.550.1600.55
HSL197.14º37.72%32.75%-
HSV(B)197.14º54.78%45.1%-
XYZ8.7910.5217.79-
YUV85.6144.59104.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.70%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=19.70%
G=36.74%
B=43.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52971150.550.1600.55197.1437.7232.75
Hex3461733710037c52621
Octal6414116367200673054641
Binary1101001100001111001111011110000011011111000101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346173; }

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

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

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

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

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

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

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

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