#277D91

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

Shades of Scooter #277D91

Tints of Scooter #277D91

Color information

#277D91 (or 0x277D91) is unknown color: approx Scooter. HEX triplet: 27, 7D and 91. RGB value is (39,125,145). Sum of RGB (Red+Green+Blue) = 39+125+145=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #277D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277D91 is #D8826E. Grayscale: #656565. Windows color (decimal): -14189167 or 9534759. OLE color: 9534759.

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

Color convert

RGB39125145-
CMYK0.730.1400.43
HSL191.32º57.61%36.08%-
HSV(B)191.32º73.1%56.86%-
XYZ13.2817.1429.4-
YUV101.57152.5183.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.62%
GREEN value IS 125 (49.22% from 255) = 40.45%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=12.62%
G=40.45%
B=46.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal391251450.730.1400.43191.3257.6136.08
Hex277D9149E02Bbf3a24
Octal47175221111160532777244
Binary10011111111011001000110010011110010101110111111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,125,145); }

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

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

 a { background-color: rgb(39,125,145); }

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

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

 span { border-color: rgb(39,125,145); }

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