#346372

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

Shades of Blumine #346372

Tints of Blumine #346372

Color information

#346372 (or 0x346372) is unknown color: approx Blumine. HEX triplet: 34, 63 and 72. RGB value is (52,99,114). Sum of RGB (Red+Green+Blue) = 52+99+114=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #346372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346372 is #CB9C8D. Grayscale: #565656. Windows color (decimal): -13343886 or 7496500. OLE color: 7496500.

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

Color convert

RGB5299114-
CMYK0.540.1300.55
HSL194.52º37.35%32.55%-
HSV(B)194.52º54.39%44.71%-
XYZ8.9210.8717.55-
YUV86.66143.43103.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=19.62%
G=37.36%
B=43.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52991140.540.1300.55194.5237.3532.55
Hex34637236D037c32521
Octal6414316266150673034541
Binary110100110001111100101101101101011011111000011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346372; }

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

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

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

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

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

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

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

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