Html Css Color HEX #2E6174 Blumine

📋 copy color: '#2E6174'

red 46 ◦ green 97 ◦ blue 116

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

Shades of Blumine #2E6174

Tints of Blumine #2E6174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.79%

R = 17.76%
G = 37.45%
B = 44.79%

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

#2E6174 (or 0x2E6174) is known color: Blumine. HEX triplet: 2E, 61 and 74. RGB value is (46,97,116). Sum of RGB (Red+Green+Blue) = 46+97+116=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E6174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6174 is #D19E8B. Grayscale: #535353. Windows color (decimal): -13737612 or 7627054. OLE color: 7627054.

HSL color Cylindrical-coordinate representation of color #2E6174: hue angle of 196.29º 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 #2E6174 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 97 116 -
CMYK 0.60 0.16 0 0.55
HSL 196.29º 0.43% 0.32% -
HSV(B) 196.29º 0.6% 0.45% -
XYZ 8.55 10.39 18.08 -
YUV 83.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 46 97 116 0.60 0.16 0 0.55 196.29 0.43 0.32
Hex 2E 61 74 3C 10 0 37 C4 2B 20
Octal 56 141 164 74 20 0 67 304 53 40
Binary 101110 1100001 1110100 111100 10000 0 110111 11000100 101011 100000

Color Harmonies of #2E6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6174

Black with #2E6174

Text Example


Text Example

White with #2E6174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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