#277F9E

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

Shades of Scooter #277F9E

Tints of Scooter #277F9E

Color information

#277F9E (or 0x277F9E) is unknown color: approx Scooter. HEX triplet: 27, 7F and 9E. RGB value is (39,127,158). Sum of RGB (Red+Green+Blue) = 39+127+158=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #277F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277F9E is #D88061. Grayscale: #686868. Windows color (decimal): -14188642 or 10387239. OLE color: 10387239.

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

Color convert

RGB39127158-
CMYK0.750.2000.38
HSL195.63º60.41%38.63%-
HSV(B)195.63º75.32%61.96%-
XYZ14.618.0835.07-
YUV104.22158.3581.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.04%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 158 (62.11% from 255) = 48.77%
R=12.04%
G=39.20%
B=48.77%

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
Decimal391271580.750.2000.38195.6360.4138.63
Hex277F9E4B14026c43c27
Octal47177236113240463047447
Binary100111111111110011110100101110100010011011000100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,127,158); }

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

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

 a { background-color: rgb(39,127,158); }

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

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

 span { border-color: rgb(39,127,158); }

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