#36849B

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

Shades of Scooter #36849B

Tints of Scooter #36849B

Color information

#36849B (or 0x36849B) is unknown color: approx Scooter. HEX triplet: 36, 84 and 9B. RGB value is (54,132,155). Sum of RGB (Red+Green+Blue) = 54+132+155=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #36849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36849B is #C97B64. Grayscale: #6F6F6F. Windows color (decimal): -13204325 or 10191926. OLE color: 10191926.

HSL color Cylindrical-coordinate representation of color #36849B: hue angle of 193.66º 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 #36849B is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB54132155-
CMYK0.650.1500.39
HSL193.66º48.33%40.98%-
HSV(B)193.66º65.16%60.78%-
XYZ15.6919.6533.98-
YUV111.3152.6687.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.84%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=15.84%
G=38.71%
B=45.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541321550.650.1500.39193.6648.3340.98
Hex36849B41F027c23029
Octal66204233101170473026051
Binary110110100001001001101110000011111010011111000010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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