#2D87AD

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

Shades of Scooter #2D87AD

Tints of Scooter #2D87AD

Color information

#2D87AD (or 0x2D87AD) is unknown color: approx Scooter. HEX triplet: 2D, 87 and AD. RGB value is (45,135,173). Sum of RGB (Red+Green+Blue) = 45+135+173=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D87AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D87AD is #D27852. Grayscale: #707070. Windows color (decimal): -13793363 or 11372333. OLE color: 11372333.

HSL color Cylindrical-coordinate representation of color #2D87AD: hue angle of 197.81º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D87AD is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB45135173-
CMYK0.740.2200.32
HSL197.81º58.72%42.75%-
HSV(B)197.81º73.99%67.84%-
XYZ17.2920.942.66-
YUV112.42162.1879.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.75%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=12.75%
G=38.24%
B=49.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal451351730.740.2200.32197.8158.7242.75
Hex2D87AD4A16020c63b2b
Octal55207255112260403067353
Binary1011011000011110101101100101010110010000011000110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D87AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,135,173); }

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

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

 a { background-color: rgb(45,135,173); }

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

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

 span { border-color: rgb(45,135,173); }

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