#368995

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

Shades of Scooter #368995

Tints of Scooter #368995

Color information

#368995 (or 0x368995) is unknown color: approx Scooter. HEX triplet: 36, 89 and 95. RGB value is (54,137,149). Sum of RGB (Red+Green+Blue) = 54+137+149=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #368995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368995 is #C9766A. Grayscale: #717171. Windows color (decimal): -13203051 or 9799990. OLE color: 9799990.

HSL color Cylindrical-coordinate representation of color #368995: hue angle of 187.58º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #368995 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB54137149-
CMYK0.640.0800.42
HSL187.58º46.8%39.8%-
HSV(B)187.58º63.76%58.43%-
XYZ15.8920.8531.62-
YUV113.5514885.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.88%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 149 (58.59% from 255) = 43.82%
R=15.88%
G=40.29%
B=43.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541371490.640.0800.42187.5846.839.8
Hex36899540802Abc2f28
Octal66211225100100522745750
Binary110110100010011001010110000001000010101010111100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368995; }

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

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

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

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

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

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

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

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