#368D97

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

Shades of Scooter #368D97

Tints of Scooter #368D97

Color information

#368D97 (or 0x368D97) is unknown color: approx Scooter. HEX triplet: 36, 8D and 97. RGB value is (54,141,151). Sum of RGB (Red+Green+Blue) = 54+141+151=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #368D97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368D97 is #C97268. Grayscale: #747474. Windows color (decimal): -13202025 or 9932086. OLE color: 9932086.

HSL color Cylindrical-coordinate representation of color #368D97: hue angle of 186.19º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #368D97 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB54141151-
CMYK0.640.0700.41
HSL186.19º47.32%40.2%-
HSV(B)186.19º64.24%59.22%-
XYZ16.6322.0732.66-
YUV116.13147.6883.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.61%
GREEN value IS 141 (55.47% from 255) = 40.75%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=15.61%
G=40.75%
B=43.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541411510.640.0700.41186.1947.3240.2
Hex368D97407029ba2f28
Octal6621522710070512725750
Binary11011010001101100101111000000111010100110111010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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