#346178

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

Shades of Blumine #346178

Tints of Blumine #346178

Color information

#346178 (or 0x346178) is unknown color: approx Blumine. HEX triplet: 34, 61 and 78. RGB value is (52,97,120). Sum of RGB (Red+Green+Blue) = 52+97+120=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #346178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346178 is #CB9E87. Grayscale: #565656. Windows color (decimal): -13344392 or 7889204. OLE color: 7889204.

HSL color Cylindrical-coordinate representation of color #346178: hue angle of 200.29º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #346178 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5297120-
CMYK0.570.1900.53
HSL200.29º39.53%33.73%-
HSV(B)200.29º56.67%47.06%-
XYZ9.0810.6419.34-
YUV86.17147.09103.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=19.33%
G=36.06%
B=44.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52971200.570.1900.53200.2939.5333.73
Hex3461783913035c82822
Octal6414117071230653105042
Binary1101001100001111100011100110011011010111001000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346178; }

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

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

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

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

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

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

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

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