#368A9E

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

Shades of Scooter #368A9E

Tints of Scooter #368A9E

Color information

#368A9E (or 0x368A9E) is unknown color: approx Scooter. HEX triplet: 36, 8A and 9E. RGB value is (54,138,158). Sum of RGB (Red+Green+Blue) = 54+138+158=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #368A9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368A9E is #C97561. Grayscale: #737373. Windows color (decimal): -13202786 or 10390070. OLE color: 10390070.

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

Color convert

RGB54138158-
CMYK0.660.1300.38
HSL191.54º49.06%41.57%-
HSV(B)191.54º65.82%61.96%-
XYZ16.7821.4335.6-
YUV115.16152.1784.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.43%
GREEN value IS 138 (54.30% from 255) = 39.43%
BLUE value IS 158 (62.11% from 255) = 45.14%
R=15.43%
G=39.43%
B=45.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541381580.660.1300.38191.5449.0641.57
Hex368A9E42D026c0312a
Octal66212236102150463006152
Binary110110100010101001111010000101101010011011000000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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