#346068

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

Shades of Blumine #346068

Tints of Blumine #346068

Color information

#346068 (or 0x346068) is unknown color: approx Blumine. HEX triplet: 34, 60 and 68. RGB value is (52,96,104). Sum of RGB (Red+Green+Blue) = 52+96+104=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #346068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346068 is #CB9F97. Grayscale: #535353. Windows color (decimal): -13344664 or 6840372. OLE color: 6840372.

HSL color Cylindrical-coordinate representation of color #346068: hue angle of 189.23º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346068 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5296104-
CMYK0.500.0800.59
HSL189.23º33.33%30.59%-
HSV(B)189.23º50%40.78%-
XYZ8.110.114.62-
YUV83.76139.42105.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=20.63%
G=38.10%
B=41.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52961040.500.0800.59189.2333.3330.59
Hex34606832803Bbd211f
Octal6414015062100732754137
Binary11010011000001101000110010100001110111011110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346068; }

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

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

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

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

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

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

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

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