#346574

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

Shades of Blumine #346574

Tints of Blumine #346574

Color information

#346574 (or 0x346574) is unknown color: approx Blumine. HEX triplet: 34, 65 and 74. RGB value is (52,101,116). Sum of RGB (Red+Green+Blue) = 52+101+116=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #346574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346574 is #CB9A8B. Grayscale: #575757. Windows color (decimal): -13343372 or 7628084. OLE color: 7628084.

HSL color Cylindrical-coordinate representation of color #346574: hue angle of 194.06º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #346574 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB52101116-
CMYK0.550.1300.55
HSL194.06º38.1%32.94%-
HSV(B)194.06º55.17%45.49%-
XYZ9.2211.318.22-
YUV88.06143.77102.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 116 (45.70% from 255) = 43.12%
R=19.33%
G=37.55%
B=43.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521011160.550.1300.55194.0638.132.94
Hex34657437D037c22621
Octal6414516467150673024641
Binary110100110010111101001101111101011011111000010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346574; }

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

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

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

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

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

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

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

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