#36859B

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

Shades of Scooter #36859B

Tints of Scooter #36859B

Color information

#36859B (or 0x36859B) is unknown color: approx Scooter. HEX triplet: 36, 85 and 9B. RGB value is (54,133,155). Sum of RGB (Red+Green+Blue) = 54+133+155=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #36859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36859B is #C97A64. Grayscale: #6F6F6F. Windows color (decimal): -13204069 or 10192182. OLE color: 10192182.

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

Color convert

RGB54133155-
CMYK0.650.1400.39
HSL193.07º48.33%40.98%-
HSV(B)193.07º65.16%60.78%-
XYZ15.8319.9334.02-
YUV111.89152.3386.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.79%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=15.79%
G=38.89%
B=45.32%

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
Decimal541331550.650.1400.39193.0748.3340.98
Hex36859B41E027c13029
Octal66205233101160473016051
Binary110110100001011001101110000011110010011111000001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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