#3F61BD

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

Shades of Free Speech Blue #3F61BD

Tints of Free Speech Blue #3F61BD

Color information

#3F61BD (or 0x3F61BD) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 61 and BD. RGB value is (63,97,189). Sum of RGB (Red+Green+Blue) = 63+97+189=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F61BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F61BD is #C09E42. Grayscale: #606060. Windows color (decimal): -12623427 or 12411199. OLE color: 12411199.

HSL color Cylindrical-coordinate representation of color #3F61BD: hue angle of 223.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F61BD is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6397189-
CMYK0.670.4900.26
HSL223.81º50%49.41%-
HSV(B)223.81º66.67%74.12%-
XYZ15.5113.2849.89-
YUV97.32179.74103.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.05%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 189 (74.22% from 255) = 54.15%
R=18.05%
G=27.79%
B=54.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal63971890.670.4900.26223.815049.41
Hex3F61BD433101Ae03231
Octal77141275103610323406261
Binary111111110000110111101100001111000101101011100000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F61BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,189); }

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

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

 a { background-color: rgb(63,97,189); }

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

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

 span { border-color: rgb(63,97,189); }

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