#3F919D

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

Shades of Scooter #3F919D

Tints of Scooter #3F919D

Color information

#3F919D (or 0x3F919D) is unknown color: approx Scooter. HEX triplet: 3F, 91 and 9D. RGB value is (63,145,157). Sum of RGB (Red+Green+Blue) = 63+145+157=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F919D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F919D is #C06E62. Grayscale: #797979. Windows color (decimal): -12611171 or 10326335. OLE color: 10326335.

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

Color convert

RGB63145157-
CMYK0.600.0800.38
HSL187.66º42.73%43.14%-
HSV(B)187.66º59.87%61.57%-
XYZ18.2623.7435.52-
YUV121.85147.8386.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.26%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=17.26%
G=39.73%
B=43.01%

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
Decimal631451570.600.0800.38187.6642.7343.14
Hex3F919D3C8026bc2b2b
Octal7722123574100462745353
Binary11111110010001100111011111001000010011010111100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,145,157); }

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

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

 a { background-color: rgb(63,145,157); }

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

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

 span { border-color: rgb(63,145,157); }

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