#368196

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

Shades of Scooter #368196

Tints of Scooter #368196

Color information

#368196 (or 0x368196) is unknown color: approx Scooter. HEX triplet: 36, 81 and 96. RGB value is (54,129,150). Sum of RGB (Red+Green+Blue) = 54+129+150=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #368196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368196 is #C97E69. Grayscale: #6C6C6C. Windows color (decimal): -13205098 or 9863478. OLE color: 9863478.

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

Color convert

RGB54129150-
CMYK0.640.1400.41
HSL193.12º47.06%40%-
HSV(B)193.12º64%58.82%-
XYZ14.8818.6931.68-
YUV108.97151.1588.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.22%
GREEN value IS 129 (50.78% from 255) = 38.74%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=16.22%
G=38.74%
B=45.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541291500.640.1400.41193.1247.0640
Hex36819640E029c12f28
Octal66201226100160513015750
Binary110110100000011001011010000001110010100111000001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368196; }

 p { color: rgb(54,129,150); }

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

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

 a { background-color: rgb(54,129,150); }

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

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

 span { border-color: rgb(54,129,150); }

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