#2A809F

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

Shades of Scooter #2A809F

Tints of Scooter #2A809F

Color information

#2A809F (or 0x2A809F) is unknown color: approx Scooter. HEX triplet: 2A, 80 and 9F. RGB value is (42,128,159). Sum of RGB (Red+Green+Blue) = 42+128+159=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A809F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A809F is #D57F60. Grayscale: #696969. Windows color (decimal): -13991777 or 10453034. OLE color: 10453034.

HSL color Cylindrical-coordinate representation of color #2A809F: hue angle of 195.9º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A809F is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB42128159-
CMYK0.740.1900.38
HSL195.9º58.21%39.41%-
HSV(B)195.9º73.58%62.35%-
XYZ14.9318.4335.57-
YUV105.82158.0182.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.77%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=12.77%
G=38.91%
B=48.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421281590.740.1900.38195.958.2139.41
Hex2A809F4A13026c43a27
Octal52200237112230463047247
Binary1010101000000010011111100101010011010011011000100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,128,159); }

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

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

 a { background-color: rgb(42,128,159); }

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

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

 span { border-color: rgb(42,128,159); }

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