#368D9D

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

Shades of Scooter #368D9D

Tints of Scooter #368D9D

Color information

#368D9D (or 0x368D9D) is unknown color: approx Scooter. HEX triplet: 36, 8D and 9D. RGB value is (54,141,157). Sum of RGB (Red+Green+Blue) = 54+141+157=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #368D9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368D9D is #C97262. Grayscale: #747474. Windows color (decimal): -13202019 or 10325302. OLE color: 10325302.

HSL color Cylindrical-coordinate representation of color #368D9D: hue angle of 189.32º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #368D9D is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB54141157-
CMYK0.660.1000.38
HSL189.32º48.82%41.37%-
HSV(B)189.32º65.61%61.57%-
XYZ17.1322.2735.29-
YUV116.81150.6883.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.34%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=15.34%
G=40.06%
B=44.60%

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
Decimal541411570.660.1000.38189.3248.8241.37
Hex368D9D42A026bd3129
Octal66215235102120462756151
Binary110110100011011001110110000101010010011010111101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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