#2E6069

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

Shades of Blumine #2E6069

Tints of Blumine #2E6069

Color information

#2E6069 (or 0x2E6069) is unknown color: approx Blumine. HEX triplet: 2E, 60 and 69. RGB value is (46,96,105). Sum of RGB (Red+Green+Blue) = 46+96+105=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E6069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6069 is #D19F96. Grayscale: #515151. Windows color (decimal): -13737879 or 6905902. OLE color: 6905902.

HSL color Cylindrical-coordinate representation of color #2E6069: hue angle of 189.15º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E6069 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4696105-
CMYK0.560.0900.59
HSL189.15º39.07%29.61%-
HSV(B)189.15º56.19%41.18%-
XYZ7.869.9714.87-
YUV82.08140.94102.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.62%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 105 (41.41% from 255) = 42.51%
R=18.62%
G=38.87%
B=42.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46961050.560.0900.59189.1539.0729.61
Hex2E606938903Bbd271e
Octal5614015170110732754736
Binary10111011000001101001111000100101110111011110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,96,105); }

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

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

 a { background-color: rgb(46,96,105); }

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

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

 span { border-color: rgb(46,96,105); }

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