#377F9F

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

Shades of Scooter #377F9F

Tints of Scooter #377F9F

Color information

#377F9F (or 0x377F9F) is unknown color: approx Scooter. HEX triplet: 37, 7F and 9F. RGB value is (55,127,159). Sum of RGB (Red+Green+Blue) = 55+127+159=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #377F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F9F is #C88060. Grayscale: #6C6C6C. Windows color (decimal): -13140065 or 10452791. OLE color: 10452791.

HSL color Cylindrical-coordinate representation of color #377F9F: hue angle of 198.46º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #377F9F is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB55127159-
CMYK0.650.2000.38
HSL198.46º48.6%41.96%-
HSV(B)198.46º65.41%62.35%-
XYZ15.4218.4935.56-
YUV109.12156.1589.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.13%
GREEN value IS 127 (50% from 255) = 37.24%
BLUE value IS 159 (62.5% from 255) = 46.63%
R=16.13%
G=37.24%
B=46.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551271590.650.2000.38198.4648.641.96
Hex377F9F4114026c6312a
Octal67177237101240463066152
Binary110111111111110011111100000110100010011011000110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377F9F; }

 p { color: rgb(55,127,159); }

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

<style>
 a { background-color: #377F9F; }

 a { background-color: rgb(55,127,159); }

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

<style>
 span { border-color: #377F9F; }

 span { border-color: rgb(55,127,159); }

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