Html Css Color HEX #3F50BC Free Speech Blue

📋 copy color: '#3F50BC'

red 63 ◦ green 80 ◦ blue 188

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

Shades of Free Speech Blue #3F50BC

Tints of Free Speech Blue #3F50BC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 19.03%
G = 24.17%
B = 56.8%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F50BC (or 0x3F50BC) is known color: Free Speech Blue. HEX triplet: 3F, 50 and BC. RGB value is (63,80,188). Sum of RGB (Red+Green+Blue) = 63+80+188=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F50BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F50BC is #C0AF43. Grayscale: #565656. Windows color (decimal): -12627780 or 12341311. OLE color: 12341311.

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

Color convert

RGB 63 80 188 -
CMYK 0.66 0.57 0 0.26
HSL 231.84º 0.5% 0.49% -
HSV(B) 231.84º 0.66% 0.74% -
XYZ 14 10.42 48.85 -
YUV 87.23 184.87 110.72 -
System Red Green Blue C M Y K H S L
Decimal 63 80 188 0.66 0.57 0 0.26 231.84 0.5 0.49
Hex 3F 50 BC 42 39 0 1A E8 32 31
Octal 77 120 274 102 71 0 32 350 62 61
Binary 111111 1010000 10111100 1000010 111001 0 11010 11101000 110010 110001

Color Harmonies of #3F50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F50BC

Black with #3F50BC

Text Example


Text Example

White with #3F50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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