#346277

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

Shades of Blumine #346277

Tints of Blumine #346277

Color information

#346277 (or 0x346277) is unknown color: approx Blumine. HEX triplet: 34, 62 and 77. RGB value is (52,98,119). Sum of RGB (Red+Green+Blue) = 52+98+119=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #346277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346277 is #CB9D88. Grayscale: #565656. Windows color (decimal): -13344137 or 7823924. OLE color: 7823924.

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

Color convert

RGB5298119-
CMYK0.560.1800.53
HSL198.81º39.18%33.53%-
HSV(B)198.81º56.3%46.67%-
XYZ9.1110.819.06-
YUV86.64146.26103.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=19.33%
G=36.43%
B=44.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52981190.560.1800.53198.8139.1833.53
Hex3462773812035c72722
Octal6414216770220653074742
Binary1101001100010111011111100010010011010111000111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346277; }

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

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

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

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

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

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

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

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