#2E647B

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

Shades of Blumine #2E647B

Tints of Blumine #2E647B

Color information

#2E647B (or 0x2E647B) is unknown color: approx Blumine. HEX triplet: 2E, 64 and 7B. RGB value is (46,100,123). Sum of RGB (Red+Green+Blue) = 46+100+123=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E647B is #D19B84. Grayscale: #565656. Windows color (decimal): -13736837 or 8086574. OLE color: 8086574.

HSL color Cylindrical-coordinate representation of color #2E647B: hue angle of 197.92º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E647B is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB46100123-
CMYK0.630.1900.52
HSL197.92º45.56%33.14%-
HSV(B)197.92º62.6%48.24%-
XYZ9.2611.1320.4-
YUV86.48148.6199.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.10%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 123 (48.44% from 255) = 45.72%
R=17.10%
G=37.17%
B=45.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal461001230.630.1900.52197.9245.5633.14
Hex2E647B3F13034c62e21
Octal5614417377230643065641
Binary1011101100100111101111111110011011010011000110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E647B; }

 p { color: rgb(46,100,123); }

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

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

 a { background-color: rgb(46,100,123); }

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

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

 span { border-color: rgb(46,100,123); }

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