#346268

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

Shades of Blumine #346268

Tints of Blumine #346268

Color information

#346268 (or 0x346268) is unknown color: approx Blumine. HEX triplet: 34, 62 and 68. RGB value is (52,98,104). Sum of RGB (Red+Green+Blue) = 52+98+104=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #346268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346268 is #CB9D97. Grayscale: #545454. Windows color (decimal): -13344152 or 6840884. OLE color: 6840884.

HSL color Cylindrical-coordinate representation of color #346268: hue angle of 186.92º 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 #346268 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5298104-
CMYK0.500.0600.59
HSL186.92º33.33%30.59%-
HSV(B)186.92º50%40.78%-
XYZ8.2810.4614.68-
YUV84.93138.76104.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.47%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=20.47%
G=38.58%
B=40.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52981040.500.0600.59186.9233.3330.59
Hex34626832603Bbb211f
Octal641421506260732734137
Binary1101001100010110100011001011001110111011101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346268; }

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

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

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

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

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

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

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

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