#2D8BA9

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

Shades of Scooter #2D8BA9

Tints of Scooter #2D8BA9

Color information

#2D8BA9 (or 0x2D8BA9) is unknown color: approx Scooter. HEX triplet: 2D, 8B and A9. RGB value is (45,139,169). Sum of RGB (Red+Green+Blue) = 45+139+169=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 169 (66.41% from 255 or 47.88% from 353); Max value from RGB is 169 - color contains mainly: blue. Hex color #2D8BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8BA9 is #D27456. Grayscale: #727272. Windows color (decimal): -13792343 or 11111213. OLE color: 11111213.

HSL color Cylindrical-coordinate representation of color #2D8BA9: hue angle of 194.52º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D8BA9 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB45139169-
CMYK0.730.1800.34
HSL194.52º57.94%41.96%-
HSV(B)194.52º73.37%66.27%-
XYZ17.4821.8940.84-
YUV114.31158.8678.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.75%
GREEN value IS 139 (54.69% from 255) = 39.38%
BLUE value IS 169 (66.41% from 255) = 47.88%
R=12.75%
G=39.38%
B=47.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal451391690.730.1800.34194.5257.9441.96
Hex2D8BA94912022c33a2a
Octal55213251111220423037252
Binary1011011000101110101001100100110010010001011000011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,139,169); }

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

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

 a { background-color: rgb(45,139,169); }

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

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

 span { border-color: rgb(45,139,169); }

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