Html Css Color HEX #2E96BA Pelorous

📋 copy color: '#2E96BA'

red 46 ◦ green 150 ◦ blue 186

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

Shades of Pelorous #2E96BA

Tints of Pelorous #2E96BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.27%

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 12.04%
G = 39.27%
B = 48.69%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E96BA (or 0x2E96BA) is known color: Pelorous. HEX triplet: 2E, 96 and BA. RGB value is (46,150,186). Sum of RGB (Red+Green+Blue) = 46+150+186=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E96BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E96BA is #D16945. Grayscale: #7A7A7A. Windows color (decimal): -13723974 or 12228142. OLE color: 12228142.

HSL color Cylindrical-coordinate representation of color #2E96BA: hue angle of 195.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E96BA is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 150 186 -
CMYK 0.75 0.19 0 0.27
HSL 195.43º 0.6% 0.45% -
HSV(B) 195.43º 0.75% 0.73% -
XYZ 20.9 25.94 50.36 -
YUV 123.01 163.54 73.07 -
System Red Green Blue C M Y K H S L
Decimal 46 150 186 0.75 0.19 0 0.27 195.43 0.6 0.45
Hex 2E 96 BA 4B 13 0 1B C3 3C 2D
Octal 56 226 272 113 23 0 33 303 74 55
Binary 101110 10010110 10111010 1001011 10011 0 11011 11000011 111100 101101

Color Harmonies of #2E96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E96BA

Black with #2E96BA

Text Example


Text Example

White with #2E96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,150,186); }

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

background-color css

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

 a { background-color: rgb(46,150,186); }

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

border-color css

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

 span { border-color: rgb(46,150,186); }

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