Html Css Color HEX #2E636E Blumine

📋 copy color: '#2E636E'

red 46 ◦ green 99 ◦ blue 110

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

Shades of Blumine #2E636E

Tints of Blumine #2E636E

RGB

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

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

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

R = 18.04%
G = 38.82%
B = 43.14%

CMYK

 C value IS 0.58

 M value IS 0.1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E636E (or 0x2E636E) is known color: Blumine. HEX triplet: 2E, 63 and 6E. RGB value is (46,99,110). Sum of RGB (Red+Green+Blue) = 46+99+110=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E636E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E636E is #D19C91. Grayscale: #545454. Windows color (decimal): -13737106 or 7234350. OLE color: 7234350.

HSL color Cylindrical-coordinate representation of color #2E636E: hue angle of 190.31º 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 #2E636E is Cyan = 0.58, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 99 110 -
CMYK 0.58 0.1 0 0.57
HSL 190.31º 0.41% 0.31% -
HSV(B) 190.31º 0.58% 0.43% -
XYZ 8.4 10.63 16.36 -
YUV 84.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 46 99 110 0.58 0.1 0 0.57 190.31 0.41 0.31
Hex 2E 63 6E 3A A 0 39 BE 29 1F
Octal 56 143 156 72 12 0 71 276 51 37
Binary 101110 1100011 1101110 111010 1010 0 111001 10111110 101001 11111

Color Harmonies of #2E636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E636E

Black with #2E636E

Text Example


Text Example

White with #2E636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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