#367F9B

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

Shades of Scooter #367F9B

Tints of Scooter #367F9B

Color information

#367F9B (or 0x367F9B) is unknown color: approx Scooter. HEX triplet: 36, 7F and 9B. RGB value is (54,127,155). Sum of RGB (Red+Green+Blue) = 54+127+155=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #367F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367F9B is #C98064. Grayscale: #6C6C6C. Windows color (decimal): -13205605 or 10190646. OLE color: 10190646.

HSL color Cylindrical-coordinate representation of color #367F9B: hue angle of 196.63º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #367F9B is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB54127155-
CMYK0.650.1800.39
HSL196.63º48.33%40.98%-
HSV(B)196.63º65.16%60.78%-
XYZ15.0318.3333.76-
YUV108.36154.3289.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.07%
GREEN value IS 127 (50% from 255) = 37.80%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=16.07%
G=37.80%
B=46.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541271550.650.1800.39196.6348.3340.98
Hex367F9B4112027c53029
Octal66177233101220473056051
Binary110110111111110011011100000110010010011111000101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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