#2D8DAA

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

Shades of Scooter #2D8DAA

Tints of Scooter #2D8DAA

Color information

#2D8DAA (or 0x2D8DAA) is unknown color: approx Scooter. HEX triplet: 2D, 8D and AA. RGB value is (45,141,170). Sum of RGB (Red+Green+Blue) = 45+141+170=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D8DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8DAA is #D27255. Grayscale: #737373. Windows color (decimal): -13791830 or 11177261. OLE color: 11177261.

HSL color Cylindrical-coordinate representation of color #2D8DAA: hue angle of 193.92º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D8DAA is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB45141170-
CMYK0.740.1700.33
HSL193.92º58.14%42.16%-
HSV(B)193.92º73.53%66.67%-
XYZ17.8622.5141.43-
YUV115.6158.777.64-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.64%
GREEN value IS 141 (55.47% from 255) = 39.61%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=12.64%
G=39.61%
B=47.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451411700.740.1700.33193.9258.1442.16
Hex2D8DAA4A11021c23a2a
Octal55215252112210413027252
Binary1011011000110110101010100101010001010000111000010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,141,170); }

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

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

 a { background-color: rgb(45,141,170); }

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

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

 span { border-color: rgb(45,141,170); }

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