Html Css Color HEX #2E6479 Blumine

📋 copy color: '#2E6479'

red 46 ◦ green 100 ◦ blue 121

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

Shades of Blumine #2E6479

Tints of Blumine #2E6479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.45%

 BLUE value IS 121 (47.66% from 255) = 45.32%

R = 17.23%
G = 37.45%
B = 45.32%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E6479 (or 0x2E6479) is known color: Blumine. HEX triplet: 2E, 64 and 79. RGB value is (46,100,121). Sum of RGB (Red+Green+Blue) = 46+100+121=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E6479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6479 is #D19B86. Grayscale: #565656. Windows color (decimal): -13736839 or 7955502. OLE color: 7955502.

HSL color Cylindrical-coordinate representation of color #2E6479: hue angle of 196.8º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E6479 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 100 121 -
CMYK 0.62 0.17 0 0.53
HSL 196.8º 0.45% 0.33% -
HSV(B) 196.8º 0.62% 0.47% -
XYZ 9.14 11.08 19.75 -
YUV 86.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 46 100 121 0.62 0.17 0 0.53 196.8 0.45 0.33
Hex 2E 64 79 3E 11 0 35 C5 2D 21
Octal 56 144 171 76 21 0 65 305 55 41
Binary 101110 1100100 1111001 111110 10001 0 110101 11000101 101101 100001

Color Harmonies of #2E6479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6479

Black with #2E6479

Text Example


Text Example

White with #2E6479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,100,121); }

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

background-color css

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

 a { background-color: rgb(46,100,121); }

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

border-color css

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

 span { border-color: rgb(46,100,121); }

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