#39849F

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

Shades of Scooter #39849F

Tints of Scooter #39849F

Color information

#39849F (or 0x39849F) is unknown color: approx Scooter. HEX triplet: 39, 84 and 9F. RGB value is (57,132,159). Sum of RGB (Red+Green+Blue) = 57+132+159=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #39849F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39849F is #C67B60. Grayscale: #707070. Windows color (decimal): -13007713 or 10454073. OLE color: 10454073.

HSL color Cylindrical-coordinate representation of color #39849F: hue angle of 195.88º 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 #39849F is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57132159-
CMYK0.640.1700.38
HSL195.88º47.22%42.35%-
HSV(B)195.88º64.15%62.35%-
XYZ16.219.8835.78-
YUV112.65154.1588.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.38%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 159 (62.5% from 255) = 45.69%
R=16.38%
G=37.93%
B=45.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571321590.640.1700.38195.8847.2242.35
Hex39849F4011026c42f2a
Octal71204237100210463045752
Binary1110011000010010011111100000010001010011011000100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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