#346376

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

Shades of Blumine #346376

Tints of Blumine #346376

Color information

#346376 (or 0x346376) is unknown color: approx Blumine. HEX triplet: 34, 63 and 76. RGB value is (52,99,118). Sum of RGB (Red+Green+Blue) = 52+99+118=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #346376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346376 is #CB9C89. Grayscale: #565656. Windows color (decimal): -13343882 or 7758644. OLE color: 7758644.

HSL color Cylindrical-coordinate representation of color #346376: hue angle of 197.27º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346376 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5299118-
CMYK0.560.1600.54
HSL197.27º38.82%33.33%-
HSV(B)197.27º55.93%46.27%-
XYZ9.1510.9618.77-
YUV87.11145.43102.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=19.33%
G=36.80%
B=43.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52991180.560.1600.54197.2738.8233.33
Hex3463763810036c52721
Octal6414316670200663054741
Binary1101001100011111011011100010000011011011000101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346376; }

 p { color: rgb(52,99,118); }

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

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

 a { background-color: rgb(52,99,118); }

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

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

 span { border-color: rgb(52,99,118); }

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