#2A90AA

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

Shades of Scooter #2A90AA

Tints of Scooter #2A90AA

Color information

#2A90AA (or 0x2A90AA) is unknown color: approx Scooter. HEX triplet: 2A, 90 and AA. RGB value is (42,144,170). Sum of RGB (Red+Green+Blue) = 42+144+170=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 144 (56.64% from 255 or 40.45% 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 #2A90AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A90AA is #D56F55. Grayscale: #747474. Windows color (decimal): -13987670 or 11178026. OLE color: 11178026.

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

Color convert

RGB42144170-
CMYK0.750.1500.33
HSL192.19º60.38%41.57%-
HSV(B)192.19º75.29%66.67%-
XYZ18.1823.3441.58-
YUV116.47158.2174.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.80%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=11.80%
G=40.45%
B=47.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421441700.750.1500.33192.1960.3841.57
Hex2A90AA4BF021c03c2a
Octal52220252113170413007452
Binary101010100100001010101010010111111010000111000000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A90AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,144,170); }

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

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

 a { background-color: rgb(42,144,170); }

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

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

 span { border-color: rgb(42,144,170); }

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