#2A7FA4

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

Shades of Scooter #2A7FA4

Tints of Scooter #2A7FA4

Color information

#2A7FA4 (or 0x2A7FA4) is unknown color: approx Scooter. HEX triplet: 2A, 7F and A4. RGB value is (42,127,164). Sum of RGB (Red+Green+Blue) = 42+127+164=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 164 (64.45% from 255 or 49.25% from 333); Max value from RGB is 164 - color contains mainly: blue. Hex color #2A7FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7FA4 is #D5805B. Grayscale: #696969. Windows color (decimal): -13992028 or 10780458. OLE color: 10780458.

HSL color Cylindrical-coordinate representation of color #2A7FA4: hue angle of 198.2º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A7FA4 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB42127164-
CMYK0.740.2300.36
HSL198.2º59.22%40.39%-
HSV(B)198.2º74.39%64.31%-
XYZ15.2518.3537.86-
YUV105.8160.8482.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.61%
GREEN value IS 127 (50% from 255) = 38.14%
BLUE value IS 164 (64.45% from 255) = 49.25%
R=12.61%
G=38.14%
B=49.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421271640.740.2300.36198.259.2240.39
Hex2A7FA44A17024c63b28
Octal52177244112270443067350
Binary101010111111110100100100101010111010010011000110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,127,164); }

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

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

 a { background-color: rgb(42,127,164); }

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

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

 span { border-color: rgb(42,127,164); }

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