Html Css Color HEX #2E9FBE Pelorous

📋 copy color: '#2E9FBE'

red 46 ◦ green 159 ◦ blue 190

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

Shades of Pelorous #2E9FBE

Tints of Pelorous #2E9FBE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.25%

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

R = 11.65%
G = 40.25%
B = 48.1%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E9FBE (or 0x2E9FBE) is known color: Pelorous. HEX triplet: 2E, 9F and BE. RGB value is (46,159,190). Sum of RGB (Red+Green+Blue) = 46+159+190=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E9FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9FBE is #D16041. Grayscale: #808080. Windows color (decimal): -13721666 or 12492590. OLE color: 12492590.

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

Color convert

RGB 46 159 190 -
CMYK 0.76 0.16 0 0.25
HSL 192.92º 0.61% 0.46% -
HSV(B) 192.92º 0.76% 0.75% -
XYZ 22.82 29.09 53.13 -
YUV 128.75 162.56 68.98 -
System Red Green Blue C M Y K H S L
Decimal 46 159 190 0.76 0.16 0 0.25 192.92 0.61 0.46
Hex 2E 9F BE 4C 10 0 19 C1 3D 2E
Octal 56 237 276 114 20 0 31 301 75 56
Binary 101110 10011111 10111110 1001100 10000 0 11001 11000001 111101 101110

Color Harmonies of #2E9FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9FBE

Black with #2E9FBE

Text Example


Text Example

White with #2E9FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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