#346269

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

Shades of Blumine #346269

Tints of Blumine #346269

Color information

#346269 (or 0x346269) is unknown color: approx Blumine. HEX triplet: 34, 62 and 69. RGB value is (52,98,105). Sum of RGB (Red+Green+Blue) = 52+98+105=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #346269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346269 is #CB9D96. Grayscale: #545454. Windows color (decimal): -13344151 or 6906420. OLE color: 6906420.

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

Color convert

RGB5298105-
CMYK0.500.0700.59
HSL187.92º33.76%30.78%-
HSV(B)187.92º50.48%41.18%-
XYZ8.3310.4914.95-
YUV85.04139.26104.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 98 (38.67% from 255) = 38.43%
BLUE value IS 105 (41.41% from 255) = 41.18%
R=20.39%
G=38.43%
B=41.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52981050.500.0700.59187.9233.7630.78
Hex34626932703Bbc221f
Octal641421516270732744237
Binary1101001100010110100111001011101110111011110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346269; }

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

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

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

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

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

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

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

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