#368DA0

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

Shades of Scooter #368DA0

Tints of Scooter #368DA0

Color information

#368DA0 (or 0x368DA0) is unknown color: approx Scooter. HEX triplet: 36, 8D and A0. RGB value is (54,141,160). Sum of RGB (Red+Green+Blue) = 54+141+160=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #368DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368DA0 is #C9725F. Grayscale: #747474. Windows color (decimal): -13202016 or 10521910. OLE color: 10521910.

HSL color Cylindrical-coordinate representation of color #368DA0: hue angle of 190.75º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #368DA0 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB54141160-
CMYK0.660.1200.37
HSL190.75º49.53%41.96%-
HSV(B)190.75º66.25%62.75%-
XYZ17.3922.3736.66-
YUV117.15152.1882.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.21%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 160 (62.89% from 255) = 45.07%
R=15.21%
G=39.72%
B=45.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal541411600.660.1200.37190.7549.5341.96
Hex368DA042C025bf322a
Octal66215240102140452776252
Binary110110100011011010000010000101100010010110111111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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