#368B9E

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

Shades of Scooter #368B9E

Tints of Scooter #368B9E

Color information

#368B9E (or 0x368B9E) is unknown color: approx Scooter. HEX triplet: 36, 8B and 9E. RGB value is (54,139,158). Sum of RGB (Red+Green+Blue) = 54+139+158=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #368B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368B9E is #C97461. Grayscale: #737373. Windows color (decimal): -13202530 or 10390326. OLE color: 10390326.

HSL color Cylindrical-coordinate representation of color #368B9E: hue angle of 190.96º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #368B9E is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB54139158-
CMYK0.660.1200.38
HSL190.96º49.06%41.57%-
HSV(B)190.96º65.82%61.96%-
XYZ16.9321.7235.65-
YUV115.75151.8483.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.38%
GREEN value IS 139 (54.69% from 255) = 39.60%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=15.38%
G=39.60%
B=45.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541391580.660.1200.38190.9649.0641.57
Hex368B9E42C026bf312a
Octal66213236102140462776152
Binary110110100010111001111010000101100010011010111111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,139,158); }

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

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

 a { background-color: rgb(54,139,158); }

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

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

 span { border-color: rgb(54,139,158); }

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