#36869B

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

Shades of Scooter #36869B

Tints of Scooter #36869B

Color information

#36869B (or 0x36869B) is unknown color: approx Scooter. HEX triplet: 36, 86 and 9B. RGB value is (54,134,155). Sum of RGB (Red+Green+Blue) = 54+134+155=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #36869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36869B is #C97964. Grayscale: #707070. Windows color (decimal): -13203813 or 10192438. OLE color: 10192438.

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

Color convert

RGB54134155-
CMYK0.650.1400.39
HSL192.48º48.33%40.98%-
HSV(B)192.48º65.16%60.78%-
XYZ15.9620.234.07-
YUV112.4715286.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.74%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=15.74%
G=39.07%
B=45.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541341550.650.1400.39192.4848.3340.98
Hex36869B41E027c03029
Octal66206233101160473006051
Binary110110100001101001101110000011110010011111000000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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