Html Css Color HEX #3F41BA Free Speech Blue

📋 copy color: '#3F41BA'

red 63 ◦ green 65 ◦ blue 186

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

Shades of Free Speech Blue #3F41BA

Tints of Free Speech Blue #3F41BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

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

R = 20.06%
G = 20.7%
B = 59.24%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F41BA (or 0x3F41BA) is known color: Free Speech Blue. HEX triplet: 3F, 41 and BA. RGB value is (63,65,186). Sum of RGB (Red+Green+Blue) = 63+65+186=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F41BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F41BA is #C0BE45. Grayscale: #4D4D4D. Windows color (decimal): -12631622 or 12206399. OLE color: 12206399.

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

Color convert

RGB 63 65 186 -
CMYK 0.66 0.65 0 0.27
HSL 239.02º 0.49% 0.49% -
HSV(B) 239.02º 0.66% 0.73% -
XYZ 12.8 8.38 47.4 -
YUV 78.2 188.84 117.16 -
System Red Green Blue C M Y K H S L
Decimal 63 65 186 0.66 0.65 0 0.27 239.02 0.49 0.49
Hex 3F 41 BA 42 41 0 1B EF 31 31
Octal 77 101 272 102 101 0 33 357 61 61
Binary 111111 1000001 10111010 1000010 1000001 0 11011 11101111 110001 110001

Color Harmonies of #3F41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F41BA

Black with #3F41BA

Text Example


Text Example

White with #3F41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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