#346877

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

Shades of Blumine #346877

Tints of Blumine #346877

Color information

#346877 (or 0x346877) is unknown color: approx Blumine. HEX triplet: 34, 68 and 77. RGB value is (52,104,119). Sum of RGB (Red+Green+Blue) = 52+104+119=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #346877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346877 is #CB9788. Grayscale: #5A5A5A. Windows color (decimal): -13342601 or 7825460. OLE color: 7825460.

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

Color convert

RGB52104119-
CMYK0.560.1300.53
HSL193.43º39.18%33.53%-
HSV(B)193.43º56.3%46.67%-
XYZ9.711.9619.25-
YUV90.16144.27100.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=18.91%
G=37.82%
B=43.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521041190.560.1300.53193.4339.1833.53
Hex34687738D035c12722
Octal6415016770150653014742
Binary110100110100011101111110001101011010111000001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346877; }

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

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

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

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

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

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

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

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