#277B99

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

Shades of Scooter #277B99

Tints of Scooter #277B99

Color information

#277B99 (or 0x277B99) is unknown color: approx Scooter. HEX triplet: 27, 7B and 99. RGB value is (39,123,153). Sum of RGB (Red+Green+Blue) = 39+123+153=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #277B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B99 is #D88466. Grayscale: #656565. Windows color (decimal): -14189671 or 10058535. OLE color: 10058535.

HSL color Cylindrical-coordinate representation of color #277B99: hue angle of 195.79º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #277B99 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB39123153-
CMYK0.750.2000.4
HSL195.79º59.38%37.65%-
HSV(B)195.79º74.51%60%-
XYZ13.6716.932.68-
YUV101.3157.1783.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.38%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=12.38%
G=39.05%
B=48.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal391231530.750.2000.4195.7959.3837.65
Hex277B994B14028c43b26
Octal47173231113240503047346
Binary100111111101110011001100101110100010100011000100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,123,153); }

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

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

 a { background-color: rgb(39,123,153); }

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

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

 span { border-color: rgb(39,123,153); }

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