#369399

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

Shades of Scooter #369399

Tints of Scooter #369399

Color information

#369399 (or 0x369399) is unknown color: approx Scooter. HEX triplet: 36, 93 and 99. RGB value is (54,147,153). Sum of RGB (Red+Green+Blue) = 54+147+153=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #369399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369399 is #C96C66. Grayscale: #777777. Windows color (decimal): -13200487 or 10064694. OLE color: 10064694.

HSL color Cylindrical-coordinate representation of color #369399: hue angle of 183.64º 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 #369399 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB54147153-
CMYK0.650.0400.4
HSL183.64º47.83%40.59%-
HSV(B)183.64º64.71%60%-
XYZ17.723.9533.83-
YUV119.88146.6981.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.25%
GREEN value IS 147 (57.81% from 255) = 41.53%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=15.25%
G=41.53%
B=43.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541471530.650.0400.4183.6447.8340.59
Hex369399414028b83029
Octal6622323110140502706051
Binary11011010010011100110011000001100010100010111000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369399; }

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

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

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

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

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

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

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

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