Html Css Color HEX #3F50BA Free Speech Blue

📋 copy color: '#3F50BA'

red 63 ◦ green 80 ◦ blue 186

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

Shades of Free Speech Blue #3F50BA

Tints of Free Speech Blue #3F50BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 19.15%
G = 24.32%
B = 56.53%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F50BA (or 0x3F50BA) is known color: Free Speech Blue. HEX triplet: 3F, 50 and BA. RGB value is (63,80,186). Sum of RGB (Red+Green+Blue) = 63+80+186=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F50BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F50BA is #C0AF45. Grayscale: #565656. Windows color (decimal): -12627782 or 12210239. OLE color: 12210239.

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

Color convert

RGB 63 80 186 -
CMYK 0.66 0.57 0 0.27
HSL 231.71º 0.49% 0.49% -
HSV(B) 231.71º 0.66% 0.73% -
XYZ 13.78 10.34 47.72 -
YUV 87 183.87 110.88 -
System Red Green Blue C M Y K H S L
Decimal 63 80 186 0.66 0.57 0 0.27 231.71 0.49 0.49
Hex 3F 50 BA 42 39 0 1B E8 31 31
Octal 77 120 272 102 71 0 33 350 61 61
Binary 111111 1010000 10111010 1000010 111001 0 11011 11101000 110001 110001

Color Harmonies of #3F50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F50BA

Black with #3F50BA

Text Example


Text Example

White with #3F50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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