Html Css Color HEX #2E5B6B Blumine

📋 copy color: '#2E5B6B'

red 46 ◦ green 91 ◦ blue 107

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

Shades of Blumine #2E5B6B

Tints of Blumine #2E5B6B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.3%

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

R = 18.85%
G = 37.3%
B = 43.85%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E5B6B (or 0x2E5B6B) is known color: Blumine. HEX triplet: 2E, 5B and 6B. RGB value is (46,91,107). Sum of RGB (Red+Green+Blue) = 46+91+107=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E5B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5B6B is #D1A494. Grayscale: #4F4F4F. Windows color (decimal): -13739157 or 7035694. OLE color: 7035694.

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

Color convert

RGB 46 91 107 -
CMYK 0.57 0.15 0 0.58
HSL 195.74º 0.4% 0.3% -
HSV(B) 195.74º 0.57% 0.42% -
XYZ 7.52 9.12 15.27 -
YUV 79.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 46 91 107 0.57 0.15 0 0.58 195.74 0.4 0.3
Hex 2E 5B 6B 39 F 0 3A C4 28 1E
Octal 56 133 153 71 17 0 72 304 50 36
Binary 101110 1011011 1101011 111001 1111 0 111010 11000100 101000 11110

Color Harmonies of #2E5B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5B6B

Black with #2E5B6B

Text Example


Text Example

White with #2E5B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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