Html Css Color HEX #2E8DAB Scooter

📋 copy color: '#2E8DAB'

red 46 ◦ green 141 ◦ blue 171

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

Shades of Scooter #2E8DAB

Tints of Scooter #2E8DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.39%

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

R = 12.85%
G = 39.39%
B = 47.77%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E8DAB (or 0x2E8DAB) is known color: Scooter. HEX triplet: 2E, 8D and AB. RGB value is (46,141,171). Sum of RGB (Red+Green+Blue) = 46+141+171=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E8DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8DAB is #D17254. Grayscale: #737373. Windows color (decimal): -13726293 or 11242798. OLE color: 11242798.

HSL color Cylindrical-coordinate representation of color #2E8DAB: hue angle of 194.4º 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 #2E8DAB is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 141 171 -
CMYK 0.73 0.18 0 0.33
HSL 194.4º 0.58% 0.43% -
HSV(B) 194.4º 0.73% 0.67% -
XYZ 18 22.57 41.94 -
YUV 116.02 159.03 78.06 -
System Red Green Blue C M Y K H S L
Decimal 46 141 171 0.73 0.18 0 0.33 194.4 0.58 0.43
Hex 2E 8D AB 49 12 0 21 C2 3A 2B
Octal 56 215 253 111 22 0 41 302 72 53
Binary 101110 10001101 10101011 1001001 10010 0 100001 11000010 111010 101011

Color Harmonies of #2E8DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8DAB

Black with #2E8DAB

Text Example


Text Example

White with #2E8DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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