Html Css Color HEX #2E636D Blumine

📋 copy color: '#2E636D'

red 46 ◦ green 99 ◦ blue 109

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

Shades of Blumine #2E636D

Tints of Blumine #2E636D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.91%

R = 18.11%
G = 38.98%
B = 42.91%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E636D (or 0x2E636D) is known color: Blumine. HEX triplet: 2E, 63 and 6D. RGB value is (46,99,109). Sum of RGB (Red+Green+Blue) = 46+99+109=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E636D is #D19C92. Grayscale: #545454. Windows color (decimal): -13737107 or 7168814. OLE color: 7168814.

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

Color convert

RGB 46 99 109 -
CMYK 0.58 0.09 0 0.57
HSL 189.52º 0.41% 0.3% -
HSV(B) 189.52º 0.58% 0.43% -
XYZ 8.35 10.61 16.08 -
YUV 84.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 46 99 109 0.58 0.09 0 0.57 189.52 0.41 0.3
Hex 2E 63 6D 3A 9 0 39 BE 29 1E
Octal 56 143 155 72 11 0 71 276 51 36
Binary 101110 1100011 1101101 111010 1001 0 111001 10111110 101001 11110

Color Harmonies of #2E636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E636D

Black with #2E636D

Text Example


Text Example

White with #2E636D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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