Html Css Color HEX #2E8CAB Scooter

📋 copy color: '#2E8CAB'

red 46 ◦ green 140 ◦ blue 171

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

Shades of Scooter #2E8CAB

Tints of Scooter #2E8CAB

RGB

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

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

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

R = 12.89%
G = 39.22%
B = 47.9%

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

#2E8CAB (or 0x2E8CAB) is known color: Scooter. HEX triplet: 2E, 8C and AB. RGB value is (46,140,171). Sum of RGB (Red+Green+Blue) = 46+140+171=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E8CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8CAB is #D17354. Grayscale: #737373. Windows color (decimal): -13726549 or 11242542. OLE color: 11242542.

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

Color convert

RGB 46 140 171 -
CMYK 0.73 0.18 0 0.33
HSL 194.88º 0.58% 0.43% -
HSV(B) 194.88º 0.73% 0.67% -
XYZ 17.86 22.28 41.89 -
YUV 115.43 159.36 78.48 -
System Red Green Blue C M Y K H S L
Decimal 46 140 171 0.73 0.18 0 0.33 194.88 0.58 0.43
Hex 2E 8C AB 49 12 0 21 C3 3A 2B
Octal 56 214 253 111 22 0 41 303 72 53
Binary 101110 10001100 10101011 1001001 10010 0 100001 11000011 111010 101011

Color Harmonies of #2E8CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8CAB

Black with #2E8CAB

Text Example


Text Example

White with #2E8CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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