#346978

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

Shades of Blumine #346978

Tints of Blumine #346978

Color information

#346978 (or 0x346978) is unknown color: approx Blumine. HEX triplet: 34, 69 and 78. RGB value is (52,105,120). Sum of RGB (Red+Green+Blue) = 52+105+120=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #346978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346978 is #CB9687. Grayscale: #5A5A5A. Windows color (decimal): -13342344 or 7891252. OLE color: 7891252.

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

Color convert

RGB52105120-
CMYK0.570.1300.53
HSL193.24º39.53%33.73%-
HSV(B)193.24º56.67%47.06%-
XYZ9.8612.1919.6-
YUV90.86144.44100.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 120 (47.27% from 255) = 43.32%
R=18.77%
G=37.91%
B=43.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521051200.570.1300.53193.2439.5333.73
Hex34697839D035c12822
Octal6415117071150653015042
Binary110100110100111110001110011101011010111000001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346978; }

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

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

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

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

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

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

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

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