Html Css Color HEX #2E6373 Blumine

📋 copy color: '#2E6373'

red 46 ◦ green 99 ◦ blue 115

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

Shades of Blumine #2E6373

Tints of Blumine #2E6373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.23%

R = 17.69%
G = 38.08%
B = 44.23%

CMYK

 C value IS 0.6

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E6373 (or 0x2E6373) is known color: Blumine. HEX triplet: 2E, 63 and 73. RGB value is (46,99,115). Sum of RGB (Red+Green+Blue) = 46+99+115=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E6373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6373 is #D19C8C. Grayscale: #545454. Windows color (decimal): -13737101 or 7562030. OLE color: 7562030.

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

Color convert

RGB 46 99 115 -
CMYK 0.6 0.14 0 0.55
HSL 193.91º 0.43% 0.32% -
HSV(B) 193.91º 0.6% 0.45% -
XYZ 8.68 10.74 17.84 -
YUV 84.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 46 99 115 0.6 0.14 0 0.55 193.91 0.43 0.32
Hex 2E 63 73 3C E 0 37 C2 2B 20
Octal 56 143 163 74 16 0 67 302 53 40
Binary 101110 1100011 1110011 111100 1110 0 110111 11000010 101011 100000

Color Harmonies of #2E6373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6373

Black with #2E6373

Text Example


Text Example

White with #2E6373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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