#2A809B

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

Shades of Scooter #2A809B

Tints of Scooter #2A809B

Color information

#2A809B (or 0x2A809B) is unknown color: approx Scooter. HEX triplet: 2A, 80 and 9B. RGB value is (42,128,155). Sum of RGB (Red+Green+Blue) = 42+128+155=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A809B is #D57F64. Grayscale: #696969. Windows color (decimal): -13991781 or 10190890. OLE color: 10190890.

HSL color Cylindrical-coordinate representation of color #2A809B: hue angle of 194.34º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A809B is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB42128155-
CMYK0.730.1700.39
HSL194.34º57.36%38.63%-
HSV(B)194.34º72.9%60.78%-
XYZ14.5918.333.77-
YUV105.36156.0182.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.92%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=12.92%
G=39.38%
B=47.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421281550.730.1700.39194.3457.3638.63
Hex2A809B4911027c23927
Octal52200233111210473027147
Binary1010101000000010011011100100110001010011111000010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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