#346169

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

Shades of Blumine #346169

Tints of Blumine #346169

Color information

#346169 (or 0x346169) is unknown color: approx Blumine. HEX triplet: 34, 61 and 69. RGB value is (52,97,105). Sum of RGB (Red+Green+Blue) = 52+97+105=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #346169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346169 is #CB9E96. Grayscale: #545454. Windows color (decimal): -13344407 or 6906164. OLE color: 6906164.

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

Color convert

RGB5297105-
CMYK0.500.0800.59
HSL189.06º33.76%30.78%-
HSV(B)189.06º50.48%41.18%-
XYZ8.2410.314.92-
YUV84.46139.59104.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.47%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 105 (41.41% from 255) = 41.34%
R=20.47%
G=38.19%
B=41.34%

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
Decimal52971050.500.0800.59189.0633.7630.78
Hex34616932803Bbd221f
Octal6414115162100732754237
Binary11010011000011101001110010100001110111011110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346169; }

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

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

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

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

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

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

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

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