#346477

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

Shades of Blumine #346477

Tints of Blumine #346477

Color information

#346477 (or 0x346477) is unknown color: approx Blumine. HEX triplet: 34, 64 and 77. RGB value is (52,100,119). Sum of RGB (Red+Green+Blue) = 52+100+119=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #346477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346477 is #CB9B88. Grayscale: #575757. Windows color (decimal): -13343625 or 7824436. OLE color: 7824436.

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

Color convert

RGB52100119-
CMYK0.560.1600.53
HSL197.01º39.18%33.53%-
HSV(B)197.01º56.3%46.67%-
XYZ9.311.1819.12-
YUV87.81145.6102.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 119 (46.88% from 255) = 43.91%
R=19.19%
G=36.90%
B=43.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521001190.560.1600.53197.0139.1833.53
Hex3464773810035c52722
Octal6414416770200653054742
Binary1101001100100111011111100010000011010111000101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346477; }

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

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

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

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

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

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

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

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