#277D9C

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

Shades of Scooter #277D9C

Tints of Scooter #277D9C

Color information

#277D9C (or 0x277D9C) is unknown color: approx Scooter. HEX triplet: 27, 7D and 9C. RGB value is (39,125,156). Sum of RGB (Red+Green+Blue) = 39+125+156=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #277D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277D9C is #D88263. Grayscale: #666666. Windows color (decimal): -14189156 or 10255655. OLE color: 10255655.

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

Color convert

RGB39125156-
CMYK0.750.2000.39
HSL195.9º60%38.24%-
HSV(B)195.9º75%61.18%-
XYZ14.1717.534.08-
YUV102.82158.0182.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.19%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=12.19%
G=39.06%
B=48.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391251560.750.2000.39195.96038.24
Hex277D9C4B14027c43c26
Octal47175234113240473047446
Binary100111111110110011100100101110100010011111000100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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