#2D8AAC

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

Shades of Scooter #2D8AAC

Tints of Scooter #2D8AAC

Color information

#2D8AAC (or 0x2D8AAC) is unknown color: approx Scooter. HEX triplet: 2D, 8A and AC. RGB value is (45,138,172). Sum of RGB (Red+Green+Blue) = 45+138+172=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D8AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8AAC is #D27553. Grayscale: #717171. Windows color (decimal): -13792596 or 11307565. OLE color: 11307565.

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

Color convert

RGB45138172-
CMYK0.740.2000.33
HSL196.06º58.53%42.55%-
HSV(B)196.06º73.84%67.45%-
XYZ17.6221.7142.29-
YUV114.07160.6978.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.68%
GREEN value IS 138 (54.30% from 255) = 38.87%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=12.68%
G=38.87%
B=48.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451381720.740.2000.33196.0658.5342.55
Hex2D8AAC4A14021c43b2b
Octal55212254112240413047353
Binary1011011000101010101100100101010100010000111000100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,138,172); }

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

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

 a { background-color: rgb(45,138,172); }

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

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

 span { border-color: rgb(45,138,172); }

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