#39869B

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

Shades of Scooter #39869B

Tints of Scooter #39869B

Color information

#39869B (or 0x39869B) is unknown color: approx Scooter. HEX triplet: 39, 86 and 9B. RGB value is (57,134,155). Sum of RGB (Red+Green+Blue) = 57+134+155=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #39869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39869B is #C67964. Grayscale: #717171. Windows color (decimal): -13007205 or 10192441. OLE color: 10192441.

HSL color Cylindrical-coordinate representation of color #39869B: hue angle of 192.86º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39869B is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB57134155-
CMYK0.630.1400.39
HSL192.86º46.23%41.57%-
HSV(B)192.86º63.23%60.78%-
XYZ16.1320.2934.08-
YUV113.37151.4987.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.47%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=16.47%
G=38.73%
B=44.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571341550.630.1400.39192.8646.2341.57
Hex39869B3FE027c12e2a
Octal7120623377160473015652
Binary11100110000110100110111111111110010011111000001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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