#2A7E9D

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

Shades of Scooter #2A7E9D

Tints of Scooter #2A7E9D

Color information

#2A7E9D (or 0x2A7E9D) is unknown color: approx Scooter. HEX triplet: 2A, 7E and 9D. RGB value is (42,126,157). Sum of RGB (Red+Green+Blue) = 42+126+157=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A7E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7E9D is #D58162. Grayscale: #686868. Windows color (decimal): -13992291 or 10321450. OLE color: 10321450.

HSL color Cylindrical-coordinate representation of color #2A7E9D: hue angle of 196.17º 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 #2A7E9D is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB42126157-
CMYK0.730.2000.38
HSL196.17º57.79%39.02%-
HSV(B)196.17º73.25%61.57%-
XYZ14.517.8534.58-
YUV104.42157.6783.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.92%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=12.92%
G=38.77%
B=48.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421261570.730.2000.38196.1757.7939.02
Hex2A7E9D4914026c43a27
Octal52176235111240463047247
Binary101010111111010011101100100110100010011011000100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,126,157); }

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

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

 a { background-color: rgb(42,126,157); }

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

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

 span { border-color: rgb(42,126,157); }

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