#3f929e

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

Shades of Scooter #3F929E

Tints of Scooter #3F929E

Color information

#3F929E (or 0x3F929E) is unknown color: approx Scooter. HEX triplet: 3F, 92 and 9E. RGB value is (63,146,158). Sum of RGB (Red+Green+Blue) = 63+146+158=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F929E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F929E is #C06D61. Grayscale: #7A7A7A. Windows color (decimal): -12610914 or 10392127. OLE color: 10392127.

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

Color convert

RGB63146158-
CMYK0.600.0800.38
HSL187.58º42.99%43.33%-
HSV(B)187.58º60.13%61.96%-
XYZ18.524.0836.02-
YUV122.5514885.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.17%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=17.17%
G=39.78%
B=43.05%

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
Decimal631461580.600.0800.38187.5842.9943.33
Hex3F929E3C8026bc2b2b
Octal7722223674100462745353
Binary11111110010010100111101111001000010011010111100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f929e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,146,158); }

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

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

 a { background-color: rgb(63,146,158); }

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

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

 span { border-color: rgb(63,146,158); }

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