#2a7c9b

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

Shades of Scooter #2A7C9B

Tints of Scooter #2A7C9B

Color information

#2A7C9B (or 0x2A7C9B) is unknown color: approx Scooter. HEX triplet: 2A, 7C and 9B. RGB value is (42,124,155). Sum of RGB (Red+Green+Blue) = 42+124+155=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A7C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7C9B is #D58364. Grayscale: #666666. Windows color (decimal): -13992805 or 10189866. OLE color: 10189866.

HSL color Cylindrical-coordinate representation of color #2A7C9B: hue angle of 196.46º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A7C9B is Cyan = 0.73, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB42124155-
CMYK0.730.200.39
HSL196.46º57.36%38.63%-
HSV(B)196.46º72.9%60.78%-
XYZ14.0817.2733.6-
YUV103.02157.3384.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.08%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=13.08%
G=38.63%
B=48.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421241550.730.200.39196.4657.3638.63
Hex2A7C9B4914027c43927
Octal52174233111240473047147
Binary101010111110010011011100100110100010011111000100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a7c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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