#346577

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

Shades of Blumine #346577

Tints of Blumine #346577

Color information

#346577 (or 0x346577) is unknown color: approx Blumine. HEX triplet: 34, 65 and 77. RGB value is (52,101,119). Sum of RGB (Red+Green+Blue) = 52+101+119=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #346577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346577 is #CB9A88. Grayscale: #585858. Windows color (decimal): -13343369 or 7824692. OLE color: 7824692.

HSL color Cylindrical-coordinate representation of color #346577: hue angle of 196.12º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346577 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB52101119-
CMYK0.560.1500.53
HSL196.12º39.18%33.53%-
HSV(B)196.12º56.3%46.67%-
XYZ9.411.3719.15-
YUV88.4145.27102.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=19.12%
G=37.13%
B=43.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521011190.560.1500.53196.1239.1833.53
Hex34657738F035c42722
Octal6414516770170653044742
Binary110100110010111101111110001111011010111000100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346577; }

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

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

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

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

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

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

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

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