#346678

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

Shades of Blumine #346678

Tints of Blumine #346678

Color information

#346678 (or 0x346678) is unknown color: approx Blumine. HEX triplet: 34, 66 and 78. RGB value is (52,102,120). Sum of RGB (Red+Green+Blue) = 52+102+120=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #346678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346678 is #CB9987. Grayscale: #585858. Windows color (decimal): -13343112 or 7890484. OLE color: 7890484.

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

Color convert

RGB52102120-
CMYK0.570.1500.53
HSL195.88º39.53%33.73%-
HSV(B)195.88º56.67%47.06%-
XYZ9.5611.5919.5-
YUV89.1145.44101.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=18.98%
G=37.23%
B=43.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521021200.570.1500.53195.8839.5333.73
Hex34667839F035c42822
Octal6414617071170653045042
Binary110100110011011110001110011111011010111000100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346678; }

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

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

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

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

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

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

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

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