#368C9F

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

Shades of Scooter #368C9F

Tints of Scooter #368C9F

Color information

#368C9F (or 0x368C9F) is unknown color: approx Scooter. HEX triplet: 36, 8C and 9F. RGB value is (54,140,159). Sum of RGB (Red+Green+Blue) = 54+140+159=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #368C9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368C9F is #C97360. Grayscale: #747474. Windows color (decimal): -13202273 or 10456118. OLE color: 10456118.

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

Color convert

RGB54140159-
CMYK0.660.1200.38
HSL190.86º49.3%41.76%-
HSV(B)190.86º66.04%62.35%-
XYZ17.1622.0436.15-
YUV116.45152.0183.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.30%
GREEN value IS 140 (55.08% from 255) = 39.66%
BLUE value IS 159 (62.5% from 255) = 45.04%
R=15.30%
G=39.66%
B=45.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541401590.660.1200.38190.8649.341.76
Hex368C9F42C026bf312a
Octal66214237102140462776152
Binary110110100011001001111110000101100010011010111111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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