Html Css Color HEX #2E8093 Scooter

📋 copy color: '#2E8093'

red 46 ◦ green 128 ◦ blue 147

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

Shades of Scooter #2E8093

Tints of Scooter #2E8093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.88%

 BLUE value IS 147 (57.81% from 255) = 45.79%

R = 14.33%
G = 39.88%
B = 45.79%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E8093 (or 0x2E8093) is known color: Scooter. HEX triplet: 2E, 80 and 93. RGB value is (46,128,147). Sum of RGB (Red+Green+Blue) = 46+128+147=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E8093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8093 is #D17F6C. Grayscale: #696969. Windows color (decimal): -13729645 or 9666606. OLE color: 9666606.

HSL color Cylindrical-coordinate representation of color #2E8093: hue angle of 191.29º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E8093 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 128 147 -
CMYK 0.69 0.13 0 0.42
HSL 191.29º 0.52% 0.38% -
HSV(B) 191.29º 0.69% 0.58% -
XYZ 14.11 18.13 30.36 -
YUV 105.65 151.33 85.46 -
System Red Green Blue C M Y K H S L
Decimal 46 128 147 0.69 0.13 0 0.42 191.29 0.52 0.38
Hex 2E 80 93 45 D 0 2A BF 34 26
Octal 56 200 223 105 15 0 52 277 64 46
Binary 101110 10000000 10010011 1000101 1101 0 101010 10111111 110100 100110

Color Harmonies of #2E8093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8093

Black with #2E8093

Text Example


Text Example

White with #2E8093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,128,147); }

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

background-color css

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

 a { background-color: rgb(46,128,147); }

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

border-color css

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

 span { border-color: rgb(46,128,147); }

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