Html Css Color HEX #2E8AAE Scooter

📋 copy color: '#2E8AAE'

red 46 ◦ green 138 ◦ blue 174

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

Shades of Scooter #2E8AAE

Tints of Scooter #2E8AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

 BLUE value IS 174 (68.36% from 255) = 48.6%

R = 12.85%
G = 38.55%
B = 48.6%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2E8AAE (or 0x2E8AAE) is known color: Scooter. HEX triplet: 2E, 8A and AE. RGB value is (46,138,174). Sum of RGB (Red+Green+Blue) = 46+138+174=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E8AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8AAE is #D17551. Grayscale: #727272. Windows color (decimal): -13727058 or 11438638. OLE color: 11438638.

HSL color Cylindrical-coordinate representation of color #2E8AAE: hue angle of 196.88º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E8AAE is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 138 174 -
CMYK 0.74 0.21 0 0.32
HSL 196.88º 0.58% 0.43% -
HSV(B) 196.88º 0.74% 0.68% -
XYZ 17.86 21.81 43.31 -
YUV 114.6 161.52 79.07 -
System Red Green Blue C M Y K H S L
Decimal 46 138 174 0.74 0.21 0 0.32 196.88 0.58 0.43
Hex 2E 8A AE 4A 15 0 20 C5 3A 2B
Octal 56 212 256 112 25 0 40 305 72 53
Binary 101110 10001010 10101110 1001010 10101 0 100000 11000101 111010 101011

Color Harmonies of #2E8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8AAE

Black with #2E8AAE

Text Example


Text Example

White with #2E8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,138,174); }

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

background-color css

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

 a { background-color: rgb(46,138,174); }

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

border-color css

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

 span { border-color: rgb(46,138,174); }

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