#367F9E

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

Shades of Scooter #367F9E

Tints of Scooter #367F9E

Color information

#367F9E (or 0x367F9E) is unknown color: approx Scooter. HEX triplet: 36, 7F and 9E. RGB value is (54,127,158). Sum of RGB (Red+Green+Blue) = 54+127+158=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #367F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367F9E is #C98061. Grayscale: #6C6C6C. Windows color (decimal): -13205602 or 10387254. OLE color: 10387254.

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

Color convert

RGB54127158-
CMYK0.660.2000.38
HSL197.88º49.06%41.57%-
HSV(B)197.88º65.82%61.96%-
XYZ15.2818.4335.1-
YUV108.71155.8288.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.93%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 158 (62.11% from 255) = 46.61%
R=15.93%
G=37.46%
B=46.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541271580.660.2000.38197.8849.0641.57
Hex367F9E4214026c6312a
Octal66177236102240463066152
Binary110110111111110011110100001010100010011011000110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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