#3F939F

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

Shades of Scooter #3F939F

Tints of Scooter #3F939F

Color information

#3F939F (or 0x3F939F) is unknown color: approx Scooter. HEX triplet: 3F, 93 and 9F. RGB value is (63,147,159). Sum of RGB (Red+Green+Blue) = 63+147+159=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F939F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F939F is #C06C60. Grayscale: #7B7B7B. Windows color (decimal): -12610657 or 10457919. OLE color: 10457919.

HSL color Cylindrical-coordinate representation of color #3F939F: hue angle of 187.5º 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 #3F939F is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB63147159-
CMYK0.600.0800.38
HSL187.5º43.24%43.53%-
HSV(B)187.5º60.38%62.35%-
XYZ18.7424.4336.53-
YUV123.25148.1785.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.07%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 159 (62.5% from 255) = 43.09%
R=17.07%
G=39.84%
B=43.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631471590.600.0800.38187.543.2443.53
Hex3F939F3C8026bc2b2c
Octal7722323774100462745354
Binary11111110010011100111111111001000010011010111100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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