Html Css Color HEX #2E6171 Blumine

📋 copy color: '#2E6171'

red 46 ◦ green 97 ◦ blue 113

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

Shades of Blumine #2E6171

Tints of Blumine #2E6171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 17.97%
G = 37.89%
B = 44.14%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E6171 (or 0x2E6171) is known color: Blumine. HEX triplet: 2E, 61 and 71. RGB value is (46,97,113). Sum of RGB (Red+Green+Blue) = 46+97+113=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E6171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6171 is #D19E8E. Grayscale: #535353. Windows color (decimal): -13737615 or 7430446. OLE color: 7430446.

HSL color Cylindrical-coordinate representation of color #2E6171: hue angle of 194.33º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E6171 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 97 113 -
CMYK 0.59 0.14 0 0.56
HSL 194.33º 0.42% 0.31% -
HSV(B) 194.33º 0.59% 0.44% -
XYZ 8.38 10.32 17.17 -
YUV 83.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 46 97 113 0.59 0.14 0 0.56 194.33 0.42 0.31
Hex 2E 61 71 3B E 0 38 C2 2A 1F
Octal 56 141 161 73 16 0 70 302 52 37
Binary 101110 1100001 1110001 111011 1110 0 111000 11000010 101010 11111

Color Harmonies of #2E6171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6171

Black with #2E6171

Text Example


Text Example

White with #2E6171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,97,113); }

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

background-color css

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

 a { background-color: rgb(46,97,113); }

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

border-color css

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

 span { border-color: rgb(46,97,113); }

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