Html Css Color HEX #2E91BE Pelorous

📋 copy color: '#2E91BE'

red 46 ◦ green 145 ◦ blue 190

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

Shades of Pelorous #2E91BE

Tints of Pelorous #2E91BE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.06%

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 12.07%
G = 38.06%
B = 49.87%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E91BE (or 0x2E91BE) is known color: Pelorous. HEX triplet: 2E, 91 and BE. RGB value is (46,145,190). Sum of RGB (Red+Green+Blue) = 46+145+190=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E91BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E91BE is #D16E41. Grayscale: #787878. Windows color (decimal): -13725250 or 12489006. OLE color: 12489006.

HSL color Cylindrical-coordinate representation of color #2E91BE: hue angle of 198.75º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E91BE is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 145 190 -
CMYK 0.76 0.24 0 0.25
HSL 198.75º 0.61% 0.46% -
HSV(B) 198.75º 0.76% 0.75% -
XYZ 20.55 24.55 52.37 -
YUV 120.53 167.2 74.84 -
System Red Green Blue C M Y K H S L
Decimal 46 145 190 0.76 0.24 0 0.25 198.75 0.61 0.46
Hex 2E 91 BE 4C 18 0 19 C7 3D 2E
Octal 56 221 276 114 30 0 31 307 75 56
Binary 101110 10010001 10111110 1001100 11000 0 11001 11000111 111101 101110

Color Harmonies of #2E91BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E91BE

Black with #2E91BE

Text Example


Text Example

White with #2E91BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,145,190); }

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

background-color css

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

 a { background-color: rgb(46,145,190); }

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

border-color css

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

 span { border-color: rgb(46,145,190); }

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