#39849B

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

Shades of Scooter #39849B

Tints of Scooter #39849B

Color information

#39849B (or 0x39849B) is unknown color: approx Scooter. HEX triplet: 39, 84 and 9B. RGB value is (57,132,155). Sum of RGB (Red+Green+Blue) = 57+132+155=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #39849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39849B is #C67B64. Grayscale: #707070. Windows color (decimal): -13007717 or 10191929. OLE color: 10191929.

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

Color convert

RGB57132155-
CMYK0.630.1500.39
HSL194.08º46.23%41.57%-
HSV(B)194.08º63.23%60.78%-
XYZ15.8619.7433.98-
YUV112.2152.1588.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.57%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=16.57%
G=38.37%
B=45.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571321550.630.1500.39194.0846.2341.57
Hex39849B3FF027c22e2a
Octal7120423377170473025652
Binary11100110000100100110111111111111010011111000010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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