#368D99

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

Shades of Scooter #368D99

Tints of Scooter #368D99

Color information

#368D99 (or 0x368D99) is unknown color: approx Scooter. HEX triplet: 36, 8D and 99. RGB value is (54,141,153). Sum of RGB (Red+Green+Blue) = 54+141+153=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #368D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368D99 is #C97266. Grayscale: #747474. Windows color (decimal): -13202023 or 10063158. OLE color: 10063158.

HSL color Cylindrical-coordinate representation of color #368D99: hue angle of 187.27º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #368D99 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB54141153-
CMYK0.650.0800.4
HSL187.27º47.83%40.59%-
HSV(B)187.27º64.71%60%-
XYZ16.822.1333.52-
YUV116.35148.6883.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.52%
GREEN value IS 141 (55.47% from 255) = 40.52%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=15.52%
G=40.52%
B=43.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541411530.650.0800.4187.2747.8340.59
Hex368D99418028bb3029
Octal66215231101100502736051
Binary110110100011011001100110000011000010100010111011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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