Html Css Color HEX #2E6379 Blumine

📋 copy color: '#2E6379'

red 46 ◦ green 99 ◦ blue 121

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

Shades of Blumine #2E6379

Tints of Blumine #2E6379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.22%

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

R = 17.29%
G = 37.22%
B = 45.49%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E6379 (or 0x2E6379) is known color: Blumine. HEX triplet: 2E, 63 and 79. RGB value is (46,99,121). Sum of RGB (Red+Green+Blue) = 46+99+121=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E6379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6379 is #D19C86. Grayscale: #555555. Windows color (decimal): -13737095 or 7955246. OLE color: 7955246.

HSL color Cylindrical-coordinate representation of color #2E6379: hue angle of 197.6º 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 #2E6379 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 99 121 -
CMYK 0.62 0.18 0 0.53
HSL 197.6º 0.45% 0.33% -
HSV(B) 197.6º 0.62% 0.47% -
XYZ 9.04 10.89 19.71 -
YUV 85.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 46 99 121 0.62 0.18 0 0.53 197.6 0.45 0.33
Hex 2E 63 79 3E 12 0 35 C6 2D 21
Octal 56 143 171 76 22 0 65 306 55 41
Binary 101110 1100011 1111001 111110 10010 0 110101 11000110 101101 100001

Color Harmonies of #2E6379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6379

Black with #2E6379

Text Example


Text Example

White with #2E6379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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