Html Css Color HEX #2E6273 Blumine

📋 copy color: '#2E6273'

red 46 ◦ green 98 ◦ blue 115

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

Shades of Blumine #2E6273

Tints of Blumine #2E6273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.84%

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

R = 17.76%
G = 37.84%
B = 44.4%

CMYK

 C value IS 0.6

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E6273 (or 0x2E6273) is known color: Blumine. HEX triplet: 2E, 62 and 73. RGB value is (46,98,115). Sum of RGB (Red+Green+Blue) = 46+98+115=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E6273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6273 is #D19D8C. Grayscale: #545454. Windows color (decimal): -13737357 or 7561774. OLE color: 7561774.

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

Color convert

RGB 46 98 115 -
CMYK 0.6 0.15 0 0.55
HSL 194.78º 0.43% 0.32% -
HSV(B) 194.78º 0.6% 0.45% -
XYZ 8.59 10.55 17.8 -
YUV 84.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 46 98 115 0.6 0.15 0 0.55 194.78 0.43 0.32
Hex 2E 62 73 3C F 0 37 C3 2B 20
Octal 56 142 163 74 17 0 67 303 53 40
Binary 101110 1100010 1110011 111100 1111 0 110111 11000011 101011 100000

Color Harmonies of #2E6273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6273

Black with #2E6273

Text Example


Text Example

White with #2E6273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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