Html Css Color HEX #2E7D99 Scooter

📋 copy color: '#2E7D99'

red 46 ◦ green 125 ◦ blue 153

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

Shades of Scooter #2E7D99

Tints of Scooter #2E7D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.58%

 BLUE value IS 153 (60.16% from 255) = 47.22%

R = 14.2%
G = 38.58%
B = 47.22%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2E7D99 (or 0x2E7D99) is known color: Scooter. HEX triplet: 2E, 7D and 99. RGB value is (46,125,153). Sum of RGB (Red+Green+Blue) = 46+125+153=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E7D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7D99 is #D18266. Grayscale: #686868. Windows color (decimal): -13730407 or 10059054. OLE color: 10059054.

HSL color Cylindrical-coordinate representation of color #2E7D99: hue angle of 195.7º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E7D99 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 46 125 153 -
CMYK 0.70 0.18 0 0.4
HSL 195.7º 0.54% 0.39% -
HSV(B) 195.7º 0.7% 0.6% -
XYZ 14.21 17.55 32.78 -
YUV 104.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 46 125 153 0.70 0.18 0 0.4 195.7 0.54 0.39
Hex 2E 7D 99 46 12 0 28 C4 36 27
Octal 56 175 231 106 22 0 50 304 66 47
Binary 101110 1111101 10011001 1000110 10010 0 101000 11000100 110110 100111

Color Harmonies of #2E7D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7D99

Black with #2E7D99

Text Example


Text Example

White with #2E7D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,125,153); }

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

background-color css

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

 a { background-color: rgb(46,125,153); }

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

border-color css

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

 span { border-color: rgb(46,125,153); }

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