Html Css Color HEX #2E99BE Pelorous

📋 copy color: '#2E99BE'

red 46 ◦ green 153 ◦ blue 190

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

Shades of Pelorous #2E99BE

Tints of Pelorous #2E99BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.33%

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

R = 11.83%
G = 39.33%
B = 48.84%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E99BE (or 0x2E99BE) is known color: Pelorous. HEX triplet: 2E, 99 and BE. RGB value is (46,153,190). Sum of RGB (Red+Green+Blue) = 46+153+190=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E99BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E99BE is #D16641. Grayscale: #7C7C7C. Windows color (decimal): -13723202 or 12491054. OLE color: 12491054.

HSL color Cylindrical-coordinate representation of color #2E99BE: hue angle of 195.42º 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 #2E99BE is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 153 190 -
CMYK 0.76 0.19 0 0.25
HSL 195.42º 0.61% 0.46% -
HSV(B) 195.42º 0.76% 0.75% -
XYZ 21.81 27.08 52.79 -
YUV 125.23 164.55 71.49 -
System Red Green Blue C M Y K H S L
Decimal 46 153 190 0.76 0.19 0 0.25 195.42 0.61 0.46
Hex 2E 99 BE 4C 13 0 19 C3 3D 2E
Octal 56 231 276 114 23 0 31 303 75 56
Binary 101110 10011001 10111110 1001100 10011 0 11001 11000011 111101 101110

Color Harmonies of #2E99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E99BE

Black with #2E99BE

Text Example


Text Example

White with #2E99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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