#39849C

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

Shades of Scooter #39849C

Tints of Scooter #39849C

Color information

#39849C (or 0x39849C) is unknown color: approx Scooter. HEX triplet: 39, 84 and 9C. RGB value is (57,132,156). Sum of RGB (Red+Green+Blue) = 57+132+156=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #39849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39849C is #C67B63. Grayscale: #707070. Windows color (decimal): -13007716 or 10257465. OLE color: 10257465.

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

Color convert

RGB57132156-
CMYK0.630.1500.39
HSL194.55º46.48%41.76%-
HSV(B)194.55º63.46%61.18%-
XYZ15.9419.7734.43-
YUV112.31152.6588.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.52%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=16.52%
G=38.26%
B=45.22%

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
Decimal571321560.630.1500.39194.5546.4841.76
Hex39849C3FF027c32e2a
Octal7120423477170473035652
Binary11100110000100100111001111111111010011111000011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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