#368496

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

Shades of Scooter #368496

Tints of Scooter #368496

Color information

#368496 (or 0x368496) is unknown color: approx Scooter. HEX triplet: 36, 84 and 96. RGB value is (54,132,150). Sum of RGB (Red+Green+Blue) = 54+132+150=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #368496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368496 is #C97B69. Grayscale: #6E6E6E. Windows color (decimal): -13204330 or 9864246. OLE color: 9864246.

HSL color Cylindrical-coordinate representation of color #368496: hue angle of 191.25º 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 #368496 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB54132150-
CMYK0.640.1200.41
HSL191.25º47.06%40%-
HSV(B)191.25º64%58.82%-
XYZ15.2819.4931.81-
YUV110.73150.1687.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.07%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=16.07%
G=39.29%
B=44.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541321500.640.1200.41191.2547.0640
Hex36849640C029bf2f28
Octal66204226100140512775750
Binary110110100001001001011010000001100010100110111111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368496; }

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

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

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

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

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

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

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

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