Html Css Color HEX #2E8DAE Scooter

📋 copy color: '#2E8DAE'

red 46 ◦ green 141 ◦ blue 174

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

Shades of Scooter #2E8DAE

Tints of Scooter #2E8DAE

RGB

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

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

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

R = 12.74%
G = 39.06%
B = 48.2%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2E8DAE (or 0x2E8DAE) is known color: Scooter. HEX triplet: 2E, 8D and AE. RGB value is (46,141,174). Sum of RGB (Red+Green+Blue) = 46+141+174=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E8DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8DAE is #D17251. Grayscale: #747474. Windows color (decimal): -13726290 or 11439406. OLE color: 11439406.

HSL color Cylindrical-coordinate representation of color #2E8DAE: hue angle of 195.47º 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 #2E8DAE is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 141 174 -
CMYK 0.74 0.19 0 0.32
HSL 195.47º 0.58% 0.43% -
HSV(B) 195.47º 0.74% 0.68% -
XYZ 18.29 22.69 43.46 -
YUV 116.36 160.53 77.82 -
System Red Green Blue C M Y K H S L
Decimal 46 141 174 0.74 0.19 0 0.32 195.47 0.58 0.43
Hex 2E 8D AE 4A 13 0 20 C3 3A 2B
Octal 56 215 256 112 23 0 40 303 72 53
Binary 101110 10001101 10101110 1001010 10011 0 100000 11000011 111010 101011

Color Harmonies of #2E8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8DAE

Black with #2E8DAE

Text Example


Text Example

White with #2E8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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