Html Css Color HEX #2E6371 Blumine

📋 copy color: '#2E6371'

red 46 ◦ green 99 ◦ blue 113

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

Shades of Blumine #2E6371

Tints of Blumine #2E6371

RGB

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

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

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

R = 17.83%
G = 38.37%
B = 43.8%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E6371 (or 0x2E6371) is known color: Blumine. HEX triplet: 2E, 63 and 71. RGB value is (46,99,113). Sum of RGB (Red+Green+Blue) = 46+99+113=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E6371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6371 is #D19C8E. Grayscale: #545454. Windows color (decimal): -13737103 or 7430958. OLE color: 7430958.

HSL color Cylindrical-coordinate representation of color #2E6371: hue angle of 192.54º 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 #2E6371 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 99 113 -
CMYK 0.59 0.12 0 0.56
HSL 192.54º 0.42% 0.31% -
HSV(B) 192.54º 0.59% 0.44% -
XYZ 8.57 10.7 17.24 -
YUV 84.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 46 99 113 0.59 0.12 0 0.56 192.54 0.42 0.31
Hex 2E 63 71 3B C 0 38 C1 2A 1F
Octal 56 143 161 73 14 0 70 301 52 37
Binary 101110 1100011 1110001 111011 1100 0 111000 11000001 101010 11111

Color Harmonies of #2E6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6371

Black with #2E6371

Text Example


Text Example

White with #2E6371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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