Html Css Color HEX #2E636B Blumine

📋 copy color: '#2E636B'

red 46 ◦ green 99 ◦ blue 107

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

Shades of Blumine #2E636B

Tints of Blumine #2E636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.46%

R = 18.25%
G = 39.29%
B = 42.46%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E636B (or 0x2E636B) is known color: Blumine. HEX triplet: 2E, 63 and 6B. RGB value is (46,99,107). Sum of RGB (Red+Green+Blue) = 46+99+107=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E636B is #D19C94. Grayscale: #535353. Windows color (decimal): -13737109 or 7037742. OLE color: 7037742.

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

Color convert

RGB 46 99 107 -
CMYK 0.57 0.07 0 0.58
HSL 187.87º 0.4% 0.3% -
HSV(B) 187.87º 0.57% 0.42% -
XYZ 8.24 10.57 15.51 -
YUV 84.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 46 99 107 0.57 0.07 0 0.58 187.87 0.4 0.3
Hex 2E 63 6B 39 7 0 3A BC 28 1E
Octal 56 143 153 71 7 0 72 274 50 36
Binary 101110 1100011 1101011 111001 111 0 111010 10111100 101000 11110

Color Harmonies of #2E636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E636B

Black with #2E636B

Text Example


Text Example

White with #2E636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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