Html Css Color HEX #2E6073 Blumine

📋 copy color: '#2E6073'

red 46 ◦ green 96 ◦ blue 115

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

Shades of Blumine #2E6073

Tints of Blumine #2E6073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

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

R = 17.9%
G = 37.35%
B = 44.75%

CMYK

 C value IS 0.6

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E6073 (or 0x2E6073) is known color: Blumine. HEX triplet: 2E, 60 and 73. RGB value is (46,96,115). Sum of RGB (Red+Green+Blue) = 46+96+115=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E6073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6073 is #D19F8C. Grayscale: #535353. Windows color (decimal): -13737869 or 7561262. OLE color: 7561262.

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

Color convert

RGB 46 96 115 -
CMYK 0.6 0.17 0 0.55
HSL 196.52º 0.43% 0.32% -
HSV(B) 196.52º 0.6% 0.45% -
XYZ 8.4 10.18 17.74 -
YUV 83.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 46 96 115 0.6 0.17 0 0.55 196.52 0.43 0.32
Hex 2E 60 73 3C 11 0 37 C5 2B 20
Octal 56 140 163 74 21 0 67 305 53 40
Binary 101110 1100000 1110011 111100 10001 0 110111 11000101 101011 100000

Color Harmonies of #2E6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6073

Black with #2E6073

Text Example


Text Example

White with #2E6073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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