#368E9F

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

Shades of Scooter #368E9F

Tints of Scooter #368E9F

Color information

#368E9F (or 0x368E9F) is unknown color: approx Scooter. HEX triplet: 36, 8E and 9F. RGB value is (54,142,159). Sum of RGB (Red+Green+Blue) = 54+142+159=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #368E9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368E9F is #C97160. Grayscale: #757575. Windows color (decimal): -13201761 or 10456630. OLE color: 10456630.

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

Color convert

RGB54142159-
CMYK0.660.1100.38
HSL189.71º49.3%41.76%-
HSV(B)189.71º66.04%62.35%-
XYZ17.4522.6336.25-
YUV117.63151.3582.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.21%
GREEN value IS 142 (55.86% from 255) = 40%
BLUE value IS 159 (62.5% from 255) = 44.79%
R=15.21%
G=40%
B=44.79%

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
Decimal541421590.660.1100.38189.7149.341.76
Hex368E9F42B026be312a
Octal66216237102130462766152
Binary110110100011101001111110000101011010011010111110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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