Html Css Color HEX #2E88AB Scooter

📋 copy color: '#2E88AB'

red 46 ◦ green 136 ◦ blue 171

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

Shades of Scooter #2E88AB

Tints of Scooter #2E88AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 13.03%
G = 38.53%
B = 48.44%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E88AB (or 0x2E88AB) is known color: Scooter. HEX triplet: 2E, 88 and AB. RGB value is (46,136,171). Sum of RGB (Red+Green+Blue) = 46+136+171=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E88AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E88AB is #D17754. Grayscale: #707070. Windows color (decimal): -13727573 or 11241518. OLE color: 11241518.

HSL color Cylindrical-coordinate representation of color #2E88AB: hue angle of 196.8º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E88AB is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 136 171 -
CMYK 0.73 0.20 0 0.33
HSL 196.8º 0.58% 0.43% -
HSV(B) 196.8º 0.73% 0.67% -
XYZ 17.28 21.13 41.7 -
YUV 113.08 160.68 80.15 -
System Red Green Blue C M Y K H S L
Decimal 46 136 171 0.73 0.20 0 0.33 196.8 0.58 0.43
Hex 2E 88 AB 49 14 0 21 C5 3A 2B
Octal 56 210 253 111 24 0 41 305 72 53
Binary 101110 10001000 10101011 1001001 10100 0 100001 11000101 111010 101011

Color Harmonies of #2E88AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E88AB

Black with #2E88AB

Text Example


Text Example

White with #2E88AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,136,171); }

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

background-color css

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

 a { background-color: rgb(46,136,171); }

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

border-color css

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

 span { border-color: rgb(46,136,171); }

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