#2A7C96

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

Shades of Scooter #2A7C96

Tints of Scooter #2A7C96

Color information

#2A7C96 (or 0x2A7C96) is unknown color: approx Scooter. HEX triplet: 2A, 7C and 96. RGB value is (42,124,150). Sum of RGB (Red+Green+Blue) = 42+124+150=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #2A7C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7C96 is #D58369. Grayscale: #666666. Windows color (decimal): -13992810 or 9862186. OLE color: 9862186.

HSL color Cylindrical-coordinate representation of color #2A7C96: hue angle of 194.44º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A7C96 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB42124150-
CMYK0.720.1700.41
HSL194.44º56.25%37.65%-
HSV(B)194.44º72%58.82%-
XYZ13.6717.1131.44-
YUV102.45154.8384.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.29%
GREEN value IS 124 (48.83% from 255) = 39.24%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=13.29%
G=39.24%
B=47.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal421241500.720.1700.41194.4456.2537.65
Hex2A7C964811029c23826
Octal52174226110210513027046
Binary101010111110010010110100100010001010100111000010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,124,150); }

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

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

 a { background-color: rgb(42,124,150); }

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

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

 span { border-color: rgb(42,124,150); }

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