#368D9F

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

Shades of Scooter #368D9F

Tints of Scooter #368D9F

Color information

#368D9F (or 0x368D9F) is unknown color: approx Scooter. HEX triplet: 36, 8D and 9F. RGB value is (54,141,159). Sum of RGB (Red+Green+Blue) = 54+141+159=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #368D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368D9F is #C97260. Grayscale: #747474. Windows color (decimal): -13202017 or 10456374. OLE color: 10456374.

HSL color Cylindrical-coordinate representation of color #368D9F: hue angle of 190.29º 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 #368D9F is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB54141159-
CMYK0.660.1100.38
HSL190.29º49.3%41.76%-
HSV(B)190.29º66.04%62.35%-
XYZ17.322.3436.2-
YUV117.04151.6883.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.25%
GREEN value IS 141 (55.47% from 255) = 39.83%
BLUE value IS 159 (62.5% from 255) = 44.92%
R=15.25%
G=39.83%
B=44.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541411590.660.1100.38190.2949.341.76
Hex368D9F42B026be312a
Octal66215237102130462766152
Binary110110100011011001111110000101011010011010111110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368D9F; }

 p { color: rgb(54,141,159); }

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

<style>
 a { background-color: #368D9F; }

 a { background-color: rgb(54,141,159); }

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

<style>
 span { border-color: #368D9F; }

 span { border-color: rgb(54,141,159); }

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