#277F9D

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

Shades of Scooter #277F9D

Tints of Scooter #277F9D

Color information

#277F9D (or 0x277F9D) is unknown color: approx Scooter. HEX triplet: 27, 7F and 9D. RGB value is (39,127,157). Sum of RGB (Red+Green+Blue) = 39+127+157=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #277F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277F9D is #D88062. Grayscale: #676767. Windows color (decimal): -14188643 or 10321703. OLE color: 10321703.

HSL color Cylindrical-coordinate representation of color #277F9D: hue angle of 195.25º 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 #277F9D is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB39127157-
CMYK0.750.1900.38
HSL195.25º60.2%38.43%-
HSV(B)195.25º75.16%61.57%-
XYZ14.5118.0434.62-
YUV104.11157.8581.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.07%
GREEN value IS 127 (50% from 255) = 39.32%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=12.07%
G=39.32%
B=48.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391271570.750.1900.38195.2560.238.43
Hex277F9D4B13026c33c26
Octal47177235113230463037446
Binary100111111111110011101100101110011010011011000011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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