Html Css Color HEX #2E8CAE Scooter

📋 copy color: '#2E8CAE'

red 46 ◦ green 140 ◦ blue 174

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

Shades of Scooter #2E8CAE

Tints of Scooter #2E8CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.89%

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

R = 12.78%
G = 38.89%
B = 48.33%

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

#2E8CAE (or 0x2E8CAE) is known color: Scooter. HEX triplet: 2E, 8C and AE. RGB value is (46,140,174). Sum of RGB (Red+Green+Blue) = 46+140+174=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E8CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8CAE is #D17351. Grayscale: #737373. Windows color (decimal): -13726546 or 11439150. OLE color: 11439150.

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

Color convert

RGB 46 140 174 -
CMYK 0.74 0.20 0 0.32
HSL 195.94º 0.58% 0.43% -
HSV(B) 195.94º 0.74% 0.68% -
XYZ 18.14 22.39 43.41 -
YUV 115.77 160.86 78.24 -
System Red Green Blue C M Y K H S L
Decimal 46 140 174 0.74 0.20 0 0.32 195.94 0.58 0.43
Hex 2E 8C AE 4A 14 0 20 C4 3A 2B
Octal 56 214 256 112 24 0 40 304 72 53
Binary 101110 10001100 10101110 1001010 10100 0 100000 11000100 111010 101011

Color Harmonies of #2E8CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8CAE

Black with #2E8CAE

Text Example


Text Example

White with #2E8CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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