#3F62BA

Color #3F62BA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3F62BA

Tints of Free Speech Blue #3F62BA

Color information

#3F62BA (or 0x3F62BA) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 62 and BA. RGB value is (63,98,186). Sum of RGB (Red+Green+Blue) = 63+98+186=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F62BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F62BA is #C09D45. Grayscale: #616161. Windows color (decimal): -12623174 or 12214847. OLE color: 12214847.

HSL color Cylindrical-coordinate representation of color #3F62BA: hue angle of 222.93º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F62BA is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6398186-
CMYK0.660.4700.27
HSL222.93º49.4%48.82%-
HSV(B)222.93º66.13%72.94%-
XYZ15.2813.3448.22-
YUV97.57177.9103.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.16%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 186 (73.05% from 255) = 53.60%
R=18.16%
G=28.24%
B=53.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63981860.660.4700.27222.9349.448.82
Hex3F62BA422F01Bdf3131
Octal77142272102570333376161
Binary111111110001010111010100001010111101101111011111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F62BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,98,186); }

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

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

 a { background-color: rgb(63,98,186); }

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

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

 span { border-color: rgb(63,98,186); }

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