Html Css Color HEX #2E89AC Scooter

📋 copy color: '#2E89AC'

red 46 ◦ green 137 ◦ blue 172

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

Shades of Scooter #2E89AC

Tints of Scooter #2E89AC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.59%

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 12.96%
G = 38.59%
B = 48.45%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E89AC (or 0x2E89AC) is known color: Scooter. HEX triplet: 2E, 89 and AC. RGB value is (46,137,172). Sum of RGB (Red+Green+Blue) = 46+137+172=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E89AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E89AC is #D17653. Grayscale: #717171. Windows color (decimal): -13727316 or 11307310. OLE color: 11307310.

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

Color convert

RGB 46 137 172 -
CMYK 0.73 0.20 0 0.33
HSL 196.67º 0.58% 0.43% -
HSV(B) 196.67º 0.73% 0.67% -
XYZ 17.52 21.45 42.25 -
YUV 113.78 160.85 79.65 -
System Red Green Blue C M Y K H S L
Decimal 46 137 172 0.73 0.20 0 0.33 196.67 0.58 0.43
Hex 2E 89 AC 49 14 0 21 C5 3A 2B
Octal 56 211 254 111 24 0 41 305 72 53
Binary 101110 10001001 10101100 1001001 10100 0 100001 11000101 111010 101011

Color Harmonies of #2E89AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E89AC

Black with #2E89AC

Text Example


Text Example

White with #2E89AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,137,172); }

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

background-color css

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

 a { background-color: rgb(46,137,172); }

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

border-color css

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

 span { border-color: rgb(46,137,172); }

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