#2C7FA6

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

Shades of Scooter #2C7FA6

Tints of Scooter #2C7FA6

Color information

#2C7FA6 (or 0x2C7FA6) is unknown color: approx Scooter. HEX triplet: 2C, 7F and A6. RGB value is (44,127,166). Sum of RGB (Red+Green+Blue) = 44+127+166=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 166 - color contains mainly: blue. Hex color #2C7FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7FA6 is #D38059. Grayscale: #6A6A6A. Windows color (decimal): -13860954 or 10911532. OLE color: 10911532.

HSL color Cylindrical-coordinate representation of color #2C7FA6: hue angle of 199.18º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C7FA6 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB44127166-
CMYK0.730.2300.35
HSL199.18º58.1%41.18%-
HSV(B)199.18º73.49%65.1%-
XYZ15.5118.4738.82-
YUV106.63161.583.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.06%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 166 (65.23% from 255) = 49.26%
R=13.06%
G=37.69%
B=49.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal441271660.730.2300.35199.1858.141.18
Hex2C7FA64917023c73a29
Octal54177246111270433077251
Binary101100111111110100110100100110111010001111000111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,127,166); }

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

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

 a { background-color: rgb(44,127,166); }

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

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

 span { border-color: rgb(44,127,166); }

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