#2A7D9E

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

Shades of Scooter #2A7D9E

Tints of Scooter #2A7D9E

Color information

#2A7D9E (or 0x2A7D9E) is unknown color: approx Scooter. HEX triplet: 2A, 7D and 9E. RGB value is (42,125,158). Sum of RGB (Red+Green+Blue) = 42+125+158=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A7D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7D9E is #D58261. Grayscale: #676767. Windows color (decimal): -13992546 or 10386730. OLE color: 10386730.

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

Color convert

RGB42125158-
CMYK0.730.2100.38
HSL197.07º58%39.22%-
HSV(B)197.07º73.42%61.96%-
XYZ14.4617.6334.99-
YUV103.94158.583.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.92%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=12.92%
G=38.46%
B=48.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421251580.730.2100.38197.075839.22
Hex2A7D9E4915026c53a27
Octal52175236111250463057247
Binary101010111110110011110100100110101010011011000101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,125,158); }

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

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

 a { background-color: rgb(42,125,158); }

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

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

 span { border-color: rgb(42,125,158); }

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