#36849D

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

Shades of Scooter #36849D

Tints of Scooter #36849D

Color information

#36849D (or 0x36849D) is unknown color: approx Scooter. HEX triplet: 36, 84 and 9D. RGB value is (54,132,157). Sum of RGB (Red+Green+Blue) = 54+132+157=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #36849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36849D is #C97B62. Grayscale: #6F6F6F. Windows color (decimal): -13204323 or 10322998. OLE color: 10322998.

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

Color convert

RGB54132157-
CMYK0.660.1600.38
HSL194.56º48.82%41.37%-
HSV(B)194.56º65.61%61.57%-
XYZ15.8619.7234.87-
YUV111.53153.6686.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.74%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=15.74%
G=38.48%
B=45.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541321570.660.1600.38194.5648.8241.37
Hex36849D4210026c33129
Octal66204235102200463036151
Binary1101101000010010011101100001010000010011011000011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36849D; }

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

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

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

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

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

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

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

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