#3F35BB

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

Shades of Free Speech Blue #3F35BB

Tints of Free Speech Blue #3F35BB

Color information

#3F35BB (or 0x3F35BB) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 35 and BB. RGB value is (63,53,187). Sum of RGB (Red+Green+Blue) = 63+53+187=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F35BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F35BB is #C0CA44. Grayscale: #464646. Windows color (decimal): -12634693 or 12268863. OLE color: 12268863.

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

Color convert

RGB6353187-
CMYK0.660.7200.27
HSL244.48º55.83%47.06%-
HSV(B)244.48º71.66%73.33%-
XYZ12.297.1947.75-
YUV71.27193.31122.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.79%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 187 (73.44% from 255) = 61.72%
R=20.79%
G=17.49%
B=61.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63531870.660.7200.27244.4855.8347.06
Hex3F35BB424801Bf4382f
Octal77652731021100333647057
Binary111111110101101110111000010100100001101111110100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F35BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,187); }

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

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

 a { background-color: rgb(63,53,187); }

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

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

 span { border-color: rgb(63,53,187); }

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