#2D899E

Color #2D899E Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #2D899E

Tints of Scooter #2D899E

Color information

#2D899E (or 0x2D899E) is unknown color: approx Scooter. HEX triplet: 2D, 89 and 9E. RGB value is (45,137,158). Sum of RGB (Red+Green+Blue) = 45+137+158=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D899E is #D27661. Grayscale: #6F6F6F. Windows color (decimal): -13792866 or 10389805. OLE color: 10389805.

HSL color Cylindrical-coordinate representation of color #2D899E: hue angle of 191.15º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D899E is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB45137158-
CMYK0.720.1300.38
HSL191.15º55.67%39.8%-
HSV(B)191.15º71.52%61.96%-
XYZ16.220.9235.53-
YUV111.89154.0280.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.24%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=13.24%
G=40.29%
B=46.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451371580.720.1300.38191.1555.6739.8
Hex2D899E48D026bf3828
Octal55211236110150462777050
Binary101101100010011001111010010001101010011010111111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,137,158); }

 H1.HeaderClassName
 {
   color: #2D899E;
 }
 .AnyTagClassName
 {
   color: #2D899E;
 }
</style>
background-color css

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

 a { background-color: rgb(45,137,158); }

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

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

 span { border-color: rgb(45,137,158); }

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