#277C93

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

Shades of Scooter #277C93

Tints of Scooter #277C93

Color information

#277C93 (or 0x277C93) is unknown color: approx Scooter. HEX triplet: 27, 7C and 93. RGB value is (39,124,147). Sum of RGB (Red+Green+Blue) = 39+124+147=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #277C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277C93 is #D8836C. Grayscale: #656565. Windows color (decimal): -14189421 or 9665575. OLE color: 9665575.

HSL color Cylindrical-coordinate representation of color #277C93: hue angle of 192.78º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #277C93 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB39124147-
CMYK0.730.1600.42
HSL192.78º58.06%36.47%-
HSV(B)192.78º73.47%57.65%-
XYZ13.3116.9530.17-
YUV101.21153.8483.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.58%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 147 (57.81% from 255) = 47.42%
R=12.58%
G=40%
B=47.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal391241470.730.1600.42192.7858.0636.47
Hex277C93491002Ac13a24
Octal47174223111200523017244
Binary100111111110010010011100100110000010101011000001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277C93; }

 p { color: rgb(39,124,147); }

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

<style>
 a { background-color: #277C93; }

 a { background-color: rgb(39,124,147); }

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

<style>
 span { border-color: #277C93; }

 span { border-color: rgb(39,124,147); }

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