Html Css Color HEX #2E606E Blumine

📋 copy color: '#2E606E'

red 46 ◦ green 96 ◦ blue 110

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

Shades of Blumine #2E606E

Tints of Blumine #2E606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.65%

R = 18.25%
G = 38.1%
B = 43.65%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E606E (or 0x2E606E) is known color: Blumine. HEX triplet: 2E, 60 and 6E. RGB value is (46,96,110). Sum of RGB (Red+Green+Blue) = 46+96+110=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E606E is #D19F91. Grayscale: #525252. Windows color (decimal): -13737874 or 7233582. OLE color: 7233582.

HSL color Cylindrical-coordinate representation of color #2E606E: hue angle of 193.12º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E606E is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 96 110 -
CMYK 0.58 0.13 0 0.57
HSL 193.13º 0.41% 0.31% -
HSV(B) 193.13º 0.58% 0.43% -
XYZ 8.12 10.07 16.27 -
YUV 82.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 46 96 110 0.58 0.13 0 0.57 193.13 0.41 0.31
Hex 2E 60 6E 3A D 0 39 C1 29 1F
Octal 56 140 156 72 15 0 71 301 51 37
Binary 101110 1100000 1101110 111010 1101 0 111001 11000001 101001 11111

Color Harmonies of #2E606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E606E

Black with #2E606E

Text Example


Text Example

White with #2E606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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