Html Css Color HEX #2E5E73 Blumine

📋 copy color: '#2E5E73'

red 46 ◦ green 94 ◦ blue 115

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

Shades of Blumine #2E5E73

Tints of Blumine #2E5E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.86%

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

R = 18.04%
G = 36.86%
B = 45.1%

CMYK

 C value IS 0.6

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E5E73 (or 0x2E5E73) is known color: Blumine. HEX triplet: 2E, 5E and 73. RGB value is (46,94,115). Sum of RGB (Red+Green+Blue) = 46+94+115=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E5E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5E73 is #D1A18C. Grayscale: #515151. Windows color (decimal): -13738381 or 7560750. OLE color: 7560750.

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

Color convert

RGB 46 94 115 -
CMYK 0.6 0.18 0 0.55
HSL 198.26º 0.43% 0.32% -
HSV(B) 198.26º 0.6% 0.45% -
XYZ 8.22 9.82 17.68 -
YUV 82.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 46 94 115 0.6 0.18 0 0.55 198.26 0.43 0.32
Hex 2E 5E 73 3C 12 0 37 C6 2B 20
Octal 56 136 163 74 22 0 67 306 53 40
Binary 101110 1011110 1110011 111100 10010 0 110111 11000110 101011 100000

Color Harmonies of #2E5E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5E73

Black with #2E5E73

Text Example


Text Example

White with #2E5E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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