#39859F

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

Shades of Scooter #39859F

Tints of Scooter #39859F

Color information

#39859F (or 0x39859F) is unknown color: approx Scooter. HEX triplet: 39, 85 and 9F. RGB value is (57,133,159). Sum of RGB (Red+Green+Blue) = 57+133+159=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #39859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39859F is #C67A60. Grayscale: #717171. Windows color (decimal): -13007457 or 10454329. OLE color: 10454329.

HSL color Cylindrical-coordinate representation of color #39859F: hue angle of 195.29º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39859F is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57133159-
CMYK0.640.1600.38
HSL195.29º47.22%42.35%-
HSV(B)195.29º64.15%62.35%-
XYZ16.3320.1535.83-
YUV113.24153.8287.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.33%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=16.33%
G=38.11%
B=45.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571331590.640.1600.38195.2947.2242.35
Hex39859F4010026c32f2a
Octal71205237100200463035752
Binary1110011000010110011111100000010000010011011000011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39859F; }

 p { color: rgb(57,133,159); }

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

<style>
 a { background-color: #39859F; }

 a { background-color: rgb(57,133,159); }

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

<style>
 span { border-color: #39859F; }

 span { border-color: rgb(57,133,159); }

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