#346174

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

Shades of Blumine #346174

Tints of Blumine #346174

Color information

#346174 (or 0x346174) is unknown color: approx Blumine. HEX triplet: 34, 61 and 74. RGB value is (52,97,116). Sum of RGB (Red+Green+Blue) = 52+97+116=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #346174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346174 is #CB9E8B. Grayscale: #555555. Windows color (decimal): -13344396 or 7627060. OLE color: 7627060.

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

Color convert

RGB5297116-
CMYK0.550.1600.55
HSL197.81º38.1%32.94%-
HSV(B)197.81º55.17%45.49%-
XYZ8.8410.5418.09-
YUV85.71145.09103.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 116 (45.70% from 255) = 43.77%
R=19.62%
G=36.60%
B=43.77%

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
Decimal52971160.550.1600.55197.8138.132.94
Hex3461743710037c62621
Octal6414116467200673064641
Binary1101001100001111010011011110000011011111000110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346174; }

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

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

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

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

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

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

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

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