#346575

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

Shades of Blumine #346575

Tints of Blumine #346575

Color information

#346575 (or 0x346575) is unknown color: approx Blumine. HEX triplet: 34, 65 and 75. RGB value is (52,101,117). Sum of RGB (Red+Green+Blue) = 52+101+117=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #346575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346575 is #CB9A8A. Grayscale: #585858. Windows color (decimal): -13343371 or 7693620. OLE color: 7693620.

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

Color convert

RGB52101117-
CMYK0.560.1400.54
HSL194.77º38.46%33.14%-
HSV(B)194.77º55.56%45.88%-
XYZ9.2811.3218.53-
YUV88.17144.27102.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=19.26%
G=37.41%
B=43.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521011170.560.1400.54194.7738.4633.14
Hex34657538E036c32621
Octal6414516570160663034641
Binary110100110010111101011110001110011011011000011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346575; }

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

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

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

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

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

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

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

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