#346974

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

Shades of Blumine #346974

Tints of Blumine #346974

Color information

#346974 (or 0x346974) is unknown color: approx Blumine. HEX triplet: 34, 69 and 74. RGB value is (52,105,116). Sum of RGB (Red+Green+Blue) = 52+105+116=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #346974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346974 is #CB968B. Grayscale: #5A5A5A. Windows color (decimal): -13342348 or 7629108. OLE color: 7629108.

HSL color Cylindrical-coordinate representation of color #346974: hue angle of 190.31º 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 #346974 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB52105116-
CMYK0.550.0900.55
HSL190.31º38.1%32.94%-
HSV(B)190.31º55.17%45.49%-
XYZ9.6212.0918.35-
YUV90.41142.44100.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=19.05%
G=38.46%
B=42.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521051160.550.0900.55190.3138.132.94
Hex346974379037be2621
Octal6415116467110672764641
Binary110100110100111101001101111001011011110111110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346974; }

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

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

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

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

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

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

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

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