Html Css Color HEX #3F54BC Free Speech Blue

📋 copy color: '#3F54BC'

red 63 ◦ green 84 ◦ blue 188

#3F54BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3F54BC

Tints of Free Speech Blue #3F54BC

RGB

 RED value IS 63 (25% from 255) = 18.81%

 GREEN value IS 84 (33.2% from 255) = 25.07%

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 18.81%
G = 25.07%
B = 56.12%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F54BC (or 0x3F54BC) is known color: Free Speech Blue. HEX triplet: 3F, 54 and BC. RGB value is (63,84,188). Sum of RGB (Red+Green+Blue) = 63+84+188=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F54BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F54BC is #C0AB43. Grayscale: #595959. Windows color (decimal): -12626756 or 12342335. OLE color: 12342335.

HSL color Cylindrical-coordinate representation of color #3F54BC: hue angle of 229.92º 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 #3F54BC is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 84 188 -
CMYK 0.66 0.55 0 0.26
HSL 229.92º 0.5% 0.49% -
HSV(B) 229.92º 0.66% 0.74% -
XYZ 14.3 11.03 48.95 -
YUV 89.58 183.54 109.04 -
System Red Green Blue C M Y K H S L
Decimal 63 84 188 0.66 0.55 0 0.26 229.92 0.5 0.49
Hex 3F 54 BC 42 37 0 1A E6 32 31
Octal 77 124 274 102 67 0 32 346 62 61
Binary 111111 1010100 10111100 1000010 110111 0 11010 11100110 110010 110001

Color Harmonies of #3F54BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F54BC

Black with #3F54BC

Text Example


Text Example

White with #3F54BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F54BC;
 }
 .AnyTagClassName
 {
   color: #3F54BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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