#277D9D

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

Shades of Scooter #277D9D

Tints of Scooter #277D9D

Color information

#277D9D (or 0x277D9D) is unknown color: approx Scooter. HEX triplet: 27, 7D and 9D. RGB value is (39,125,157). Sum of RGB (Red+Green+Blue) = 39+125+157=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #277D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277D9D is #D88262. Grayscale: #666666. Windows color (decimal): -14189155 or 10321191. OLE color: 10321191.

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

Color convert

RGB39125157-
CMYK0.750.2000.38
HSL196.27º60.2%38.43%-
HSV(B)196.27º75.16%61.57%-
XYZ14.2617.5334.53-
YUV102.93158.5182.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.15%
GREEN value IS 125 (49.22% from 255) = 38.94%
BLUE value IS 157 (61.72% from 255) = 48.91%
R=12.15%
G=38.94%
B=48.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391251570.750.2000.38196.2760.238.43
Hex277D9D4B14026c43c26
Octal47175235113240463047446
Binary100111111110110011101100101110100010011011000100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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