#3f67bc

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

Shades of Free Speech Blue #3F67BC

Tints of Free Speech Blue #3F67BC

Color information

#3F67BC (or 0x3F67BC) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 67 and BC. RGB value is (63,103,188). Sum of RGB (Red+Green+Blue) = 63+103+188=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F67BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F67BC is #C09843. Grayscale: #646464. Windows color (decimal): -12621892 or 12347199. OLE color: 12347199.

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

Color convert

RGB63103188-
CMYK0.660.4500.26
HSL220.8º49.8%49.22%-
HSV(B)220.8º66.49%73.73%-
XYZ15.9814.3949.51-
YUV100.73177.25101.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.80%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 188 (73.83% from 255) = 53.11%
R=17.80%
G=29.10%
B=53.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631031880.660.4500.26220.849.849.22
Hex3F67BC422D01Add3231
Octal77147274102550323356261
Binary111111110011110111100100001010110101101011011101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f67bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,103,188); }

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

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

 a { background-color: rgb(63,103,188); }

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

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

 span { border-color: rgb(63,103,188); }

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