#277E96

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

Shades of Scooter #277E96

Tints of Scooter #277E96

Color information

#277E96 (or 0x277E96) is unknown color: approx Scooter. HEX triplet: 27, 7E and 96. RGB value is (39,126,150). Sum of RGB (Red+Green+Blue) = 39+126+150=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #277E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277E96 is #D88169. Grayscale: #666666. Windows color (decimal): -14188906 or 9862695. OLE color: 9862695.

HSL color Cylindrical-coordinate representation of color #277E96: hue angle of 192.97º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #277E96 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB39126150-
CMYK0.740.1600.41
HSL192.97º58.73%37.06%-
HSV(B)192.97º74%58.82%-
XYZ13.817.5631.52-
YUV102.72154.6882.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.38%
GREEN value IS 126 (49.61% from 255) = 40%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=12.38%
G=40%
B=47.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal391261500.740.1600.41192.9758.7337.06
Hex277E964A10029c13b25
Octal47176226112200513017345
Binary100111111111010010110100101010000010100111000001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,126,150); }

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

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

 a { background-color: rgb(39,126,150); }

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

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

 span { border-color: rgb(39,126,150); }

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