#346075

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

Shades of Blumine #346075

Tints of Blumine #346075

Color information

#346075 (or 0x346075) is unknown color: approx Blumine. HEX triplet: 34, 60 and 75. RGB value is (52,96,117). Sum of RGB (Red+Green+Blue) = 52+96+117=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #346075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346075 is #CB9F8A. Grayscale: #555555. Windows color (decimal): -13344651 or 7692340. OLE color: 7692340.

HSL color Cylindrical-coordinate representation of color #346075: hue angle of 199.38º degrees, saturation: 0.38, 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 #346075 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5296117-
CMYK0.560.1800.54
HSL199.38º38.46%33.14%-
HSV(B)199.38º55.56%45.88%-
XYZ8.8110.3818.37-
YUV85.24145.92104.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=19.62%
G=36.23%
B=44.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52961170.560.1800.54199.3838.4633.14
Hex3460753812036c72621
Octal6414016570220663074641
Binary1101001100000111010111100010010011011011000111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346075; }

 p { color: rgb(52,96,117); }

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

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

 a { background-color: rgb(52,96,117); }

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

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

 span { border-color: rgb(52,96,117); }

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