#368999

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

Shades of Scooter #368999

Tints of Scooter #368999

Color information

#368999 (or 0x368999) is unknown color: approx Scooter. HEX triplet: 36, 89 and 99. RGB value is (54,137,153). Sum of RGB (Red+Green+Blue) = 54+137+153=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #368999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368999 is #C97666. Grayscale: #717171. Windows color (decimal): -13203047 or 10062134. OLE color: 10062134.

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

Color convert

RGB54137153-
CMYK0.650.1000.4
HSL189.7º47.83%40.59%-
HSV(B)189.7º64.71%60%-
XYZ16.2220.9833.33-
YUV114.0115085.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.70%
GREEN value IS 137 (53.91% from 255) = 39.83%
BLUE value IS 153 (60.16% from 255) = 44.48%
R=15.70%
G=39.83%
B=44.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541371530.650.1000.4189.747.8340.59
Hex36899941A028be3029
Octal66211231101120502766051
Binary110110100010011001100110000011010010100010111110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368999; }

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

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

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

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

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

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

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

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