#346077

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

Shades of Blumine #346077

Tints of Blumine #346077

Color information

#346077 (or 0x346077) is unknown color: approx Blumine. HEX triplet: 34, 60 and 77. RGB value is (52,96,119). Sum of RGB (Red+Green+Blue) = 52+96+119=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #346077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346077 is #CB9F88. Grayscale: #555555. Windows color (decimal): -13344649 or 7823412. OLE color: 7823412.

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

Color convert

RGB5296119-
CMYK0.560.1900.53
HSL200.6º39.18%33.53%-
HSV(B)200.6º56.3%46.67%-
XYZ8.9310.4318.99-
YUV85.47146.92104.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=19.48%
G=35.96%
B=44.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52961190.560.1900.53200.639.1833.53
Hex3460773813035c92722
Octal6414016770230653114742
Binary1101001100000111011111100010011011010111001001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346077; }

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

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

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

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

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

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

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

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