#2A8095

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

Shades of Scooter #2A8095

Tints of Scooter #2A8095

Color information

#2A8095 (or 0x2A8095) is unknown color: approx Scooter. HEX triplet: 2A, 80 and 95. RGB value is (42,128,149). Sum of RGB (Red+Green+Blue) = 42+128+149=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A8095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8095 is #D57F6A. Grayscale: #686868. Windows color (decimal): -13991787 or 9797674. OLE color: 9797674.

HSL color Cylindrical-coordinate representation of color #2A8095: hue angle of 191.78º 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 #2A8095 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB42128149-
CMYK0.720.1400.42
HSL191.78º56.02%37.45%-
HSV(B)191.78º71.81%58.43%-
XYZ14.118.131.18-
YUV104.68153.0183.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.17%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=13.17%
G=40.13%
B=46.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal421281490.720.1400.42191.7856.0237.45
Hex2A809548E02Ac03825
Octal52200225110160523007045
Binary101010100000001001010110010001110010101011000000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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