#2A8494

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

Shades of Scooter #2A8494

Tints of Scooter #2A8494

Color information

#2A8494 (or 0x2A8494) is unknown color: approx Scooter. HEX triplet: 2A, 84 and 94. RGB value is (42,132,148). Sum of RGB (Red+Green+Blue) = 42+132+148=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #2A8494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8494 is #D57B6B. Grayscale: #6A6A6A. Windows color (decimal): -13990764 or 9733162. OLE color: 9733162.

HSL color Cylindrical-coordinate representation of color #2A8494: hue angle of 189.06º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A8494 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB42132148-
CMYK0.720.1100.42
HSL189.06º55.79%37.25%-
HSV(B)189.06º71.62%58.04%-
XYZ14.5519.1330.94-
YUV106.91151.1881.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.04%
GREEN value IS 132 (51.95% from 255) = 40.99%
BLUE value IS 148 (58.20% from 255) = 45.96%
R=13.04%
G=40.99%
B=45.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal421321480.720.1100.42189.0655.7937.25
Hex2A849448B02Abd3825
Octal52204224110130522757045
Binary101010100001001001010010010001011010101010111101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,132,148); }

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

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

 a { background-color: rgb(42,132,148); }

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

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

 span { border-color: rgb(42,132,148); }

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