#3F959F

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

Shades of Scooter #3F959F

Tints of Scooter #3F959F

Color information

#3F959F (or 0x3F959F) is unknown color: approx Scooter. HEX triplet: 3F, 95 and 9F. RGB value is (63,149,159). Sum of RGB (Red+Green+Blue) = 63+149+159=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F959F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F959F is #C06A60. Grayscale: #7C7C7C. Windows color (decimal): -12610145 or 10458431. OLE color: 10458431.

HSL color Cylindrical-coordinate representation of color #3F959F: hue angle of 186.25º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F959F is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB63149159-
CMYK0.600.0600.38
HSL186.25º43.24%43.53%-
HSV(B)186.25º60.38%62.35%-
XYZ19.0625.0536.63-
YUV124.43147.5184.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.98%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=16.98%
G=40.16%
B=42.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631491590.600.0600.38186.2543.2443.53
Hex3F959F3C6026ba2b2c
Octal772252377460462725354
Binary1111111001010110011111111100110010011010111010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F959F; }

 p { color: rgb(63,149,159); }

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

<style>
 a { background-color: #3F959F; }

 a { background-color: rgb(63,149,159); }

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

<style>
 span { border-color: #3F959F; }

 span { border-color: rgb(63,149,159); }

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