Html Css Color HEX #2E96B4 Pelorous

📋 copy color: '#2E96B4'

red 46 ◦ green 150 ◦ blue 180

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

Shades of Pelorous #2E96B4

Tints of Pelorous #2E96B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.87%

R = 12.23%
G = 39.89%
B = 47.87%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2E96B4 (or 0x2E96B4) is known color: Pelorous. HEX triplet: 2E, 96 and B4. RGB value is (46,150,180). Sum of RGB (Red+Green+Blue) = 46+150+180=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #2E96B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E96B4 is #D1694B. Grayscale: #7A7A7A. Windows color (decimal): -13723980 or 11834926. OLE color: 11834926.

HSL color Cylindrical-coordinate representation of color #2E96B4: hue angle of 193.43º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E96B4 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 150 180 -
CMYK 0.74 0.17 0 0.29
HSL 193.43º 0.59% 0.44% -
HSV(B) 193.43º 0.74% 0.71% -
XYZ 20.27 25.69 47.07 -
YUV 122.32 160.54 73.56 -
System Red Green Blue C M Y K H S L
Decimal 46 150 180 0.74 0.17 0 0.29 193.43 0.59 0.44
Hex 2E 96 B4 4A 11 0 1D C1 3B 2C
Octal 56 226 264 112 21 0 35 301 73 54
Binary 101110 10010110 10110100 1001010 10001 0 11101 11000001 111011 101100

Color Harmonies of #2E96B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E96B4

Black with #2E96B4

Text Example


Text Example

White with #2E96B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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