#368E9E

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

Shades of Scooter #368E9E

Tints of Scooter #368E9E

Color information

#368E9E (or 0x368E9E) is unknown color: approx Scooter. HEX triplet: 36, 8E and 9E. RGB value is (54,142,158). Sum of RGB (Red+Green+Blue) = 54+142+158=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #368E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368E9E is #C97161. Grayscale: #757575. Windows color (decimal): -13201762 or 10391094. OLE color: 10391094.

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

Color convert

RGB54142158-
CMYK0.660.1000.38
HSL189.23º49.06%41.57%-
HSV(B)189.23º65.82%61.96%-
XYZ17.3722.635.79-
YUV117.51150.8582.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.25%
GREEN value IS 142 (55.86% from 255) = 40.11%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=15.25%
G=40.11%
B=44.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541421580.660.1000.38189.2349.0641.57
Hex368E9E42A026bd312a
Octal66216236102120462756152
Binary110110100011101001111010000101010010011010111101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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