#2E6573

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

Shades of Blumine #2E6573

Tints of Blumine #2E6573

Color information

#2E6573 (or 0x2E6573) is unknown color: approx Blumine. HEX triplet: 2E, 65 and 73. RGB value is (46,101,115). Sum of RGB (Red+Green+Blue) = 46+101+115=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E6573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6573 is #D19A8C. Grayscale: #565656. Windows color (decimal): -13736589 or 7562542. OLE color: 7562542.

HSL color Cylindrical-coordinate representation of color #2E6573: hue angle of 192.17º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E6573 is Cyan = 0.6, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB46101115-
CMYK0.60.1200.55
HSL192.17º42.86%31.57%-
HSV(B)192.17º60%45.1%-
XYZ8.8711.1317.9-
YUV86.15144.2899.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.56%
GREEN value IS 101 (39.84% from 255) = 38.55%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=17.56%
G=38.55%
B=43.89%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal461011150.60.1200.55192.1742.8631.57
Hex2E65733CC037c02b20
Octal5614516374140673005340
Binary101110110010111100111111001100011011111000000101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,101,115); }

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

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

 a { background-color: rgb(46,101,115); }

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

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

 span { border-color: rgb(46,101,115); }

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