#2A8DA4

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

Shades of Scooter #2A8DA4

Tints of Scooter #2A8DA4

Color information

#2A8DA4 (or 0x2A8DA4) is unknown color: approx Scooter. HEX triplet: 2A, 8D and A4. RGB value is (42,141,164). Sum of RGB (Red+Green+Blue) = 42+141+164=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 164 - color contains mainly: blue. Hex color #2A8DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8DA4 is #D5725B. Grayscale: #717171. Windows color (decimal): -13988444 or 10784042. OLE color: 10784042.

HSL color Cylindrical-coordinate representation of color #2A8DA4: hue angle of 191.31º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A8DA4 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB42141164-
CMYK0.740.1400.36
HSL191.31º59.22%40.39%-
HSV(B)191.31º74.39%64.31%-
XYZ17.1822.2238.51-
YUV114.02156.276.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.10%
GREEN value IS 141 (55.47% from 255) = 40.63%
BLUE value IS 164 (64.45% from 255) = 47.26%
R=12.10%
G=40.63%
B=47.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421411640.740.1400.36191.3159.2240.39
Hex2A8DA44AE024bf3b28
Octal52215244112160442777350
Binary101010100011011010010010010101110010010010111111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,141,164); }

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

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

 a { background-color: rgb(42,141,164); }

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

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

 span { border-color: rgb(42,141,164); }

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