Html Css Color HEX #2E8BAE Scooter

📋 copy color: '#2E8BAE'

red 46 ◦ green 139 ◦ blue 174

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

Shades of Scooter #2E8BAE

Tints of Scooter #2E8BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.72%

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

R = 12.81%
G = 38.72%
B = 48.47%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2E8BAE (or 0x2E8BAE) is known color: Scooter. HEX triplet: 2E, 8B and AE. RGB value is (46,139,174). Sum of RGB (Red+Green+Blue) = 46+139+174=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E8BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8BAE is #D17451. Grayscale: #727272. Windows color (decimal): -13726802 or 11438894. OLE color: 11438894.

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

Color convert

RGB 46 139 174 -
CMYK 0.74 0.20 0 0.32
HSL 196.41º 0.58% 0.43% -
HSV(B) 196.41º 0.74% 0.68% -
XYZ 18 22.1 43.36 -
YUV 115.18 161.19 78.65 -
System Red Green Blue C M Y K H S L
Decimal 46 139 174 0.74 0.20 0 0.32 196.41 0.58 0.43
Hex 2E 8B AE 4A 14 0 20 C4 3A 2B
Octal 56 213 256 112 24 0 40 304 72 53
Binary 101110 10001011 10101110 1001010 10100 0 100000 11000100 111010 101011

Color Harmonies of #2E8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8BAE

Black with #2E8BAE

Text Example


Text Example

White with #2E8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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