#2d889e

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

Shades of Scooter #2D889E

Tints of Scooter #2D889E

Color information

#2D889E (or 0x2D889E) is unknown color: approx Scooter. HEX triplet: 2D, 88 and 9E. RGB value is (45,136,158). Sum of RGB (Red+Green+Blue) = 45+136+158=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D889E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D889E is #D27761. Grayscale: #6F6F6F. Windows color (decimal): -13793122 or 10389549. OLE color: 10389549.

HSL color Cylindrical-coordinate representation of color #2D889E: hue angle of 191.68º 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 #2D889E is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB45136158-
CMYK0.720.1400.38
HSL191.68º55.67%39.8%-
HSV(B)191.68º71.52%61.96%-
XYZ16.0620.6335.48-
YUV111.3154.3580.71-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.27%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 158 (62.11% from 255) = 46.61%
R=13.27%
G=40.12%
B=46.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451361580.720.1400.38191.6855.6739.8
Hex2D889E48E026c03828
Octal55210236110160463007050
Binary101101100010001001111010010001110010011011000000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d889e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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