#368E9B

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

Shades of Scooter #368E9B

Tints of Scooter #368E9B

Color information

#368E9B (or 0x368E9B) is unknown color: approx Scooter. HEX triplet: 36, 8E and 9B. RGB value is (54,142,155). Sum of RGB (Red+Green+Blue) = 54+142+155=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #368E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368E9B is #C97164. Grayscale: #757575. Windows color (decimal): -13201765 or 10194486. OLE color: 10194486.

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

Color convert

RGB54142155-
CMYK0.650.0800.39
HSL187.72º48.33%40.98%-
HSV(B)187.72º65.16%60.78%-
XYZ17.1122.534.45-
YUV117.17149.3582.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.38%
GREEN value IS 142 (55.86% from 255) = 40.46%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=15.38%
G=40.46%
B=44.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541421550.650.0800.39187.7248.3340.98
Hex368E9B418027bc3029
Octal66216233101100472746051
Binary110110100011101001101110000011000010011110111100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,142,155); }

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

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

 a { background-color: rgb(54,142,155); }

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

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

 span { border-color: rgb(54,142,155); }

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