Html Css Color HEX #2E6072 Blumine

📋 copy color: '#2E6072'

red 46 ◦ green 96 ◦ blue 114

#2E6072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #2E6072

Tints of Blumine #2E6072

RGB

 RED value IS 46 (18.36% from 255) = 17.97%

 GREEN value IS 96 (37.89% from 255) = 37.5%

 BLUE value IS 114 (44.92% from 255) = 44.53%

R = 17.97%
G = 37.5%
B = 44.53%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E6072 (or 0x2E6072) is known color: Blumine. HEX triplet: 2E, 60 and 72. RGB value is (46,96,114). Sum of RGB (Red+Green+Blue) = 46+96+114=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E6072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6072 is #D19F8D. Grayscale: #525252. Windows color (decimal): -13737870 or 7495726. OLE color: 7495726.

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

Color convert

RGB 46 96 114 -
CMYK 0.60 0.16 0 0.55
HSL 195.88º 0.43% 0.31% -
HSV(B) 195.88º 0.6% 0.45% -
XYZ 8.35 10.16 17.44 -
YUV 83.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 46 96 114 0.60 0.16 0 0.55 195.88 0.43 0.31
Hex 2E 60 72 3C 10 0 37 C4 2A 1F
Octal 56 140 162 74 20 0 67 304 52 37
Binary 101110 1100000 1110010 111100 10000 0 110111 11000100 101010 11111

Color Harmonies of #2E6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6072

Black with #2E6072

Text Example


Text Example

White with #2E6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E6072;
 }
 .AnyTagClassName
 {
   color: #2E6072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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