Html Css Color HEX #3F41BB Free Speech Blue

📋 copy color: '#3F41BB'

red 63 ◦ green 65 ◦ blue 187

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

Shades of Free Speech Blue #3F41BB

Tints of Free Speech Blue #3F41BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 20%
G = 20.63%
B = 59.37%

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

#3F41BB (or 0x3F41BB) is known color: Free Speech Blue. HEX triplet: 3F, 41 and BB. RGB value is (63,65,187). Sum of RGB (Red+Green+Blue) = 63+65+187=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F41BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F41BB is #C0BE44. Grayscale: #4D4D4D. Windows color (decimal): -12631621 or 12271935. OLE color: 12271935.

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

Color convert

RGB 63 65 187 -
CMYK 0.66 0.65 0 0.27
HSL 239.03º 0.5% 0.49% -
HSV(B) 239.03º 0.66% 0.73% -
XYZ 12.91 8.43 47.96 -
YUV 78.31 189.34 117.08 -
System Red Green Blue C M Y K H S L
Decimal 63 65 187 0.66 0.65 0 0.27 239.03 0.5 0.49
Hex 3F 41 BB 42 41 0 1B EF 32 31
Octal 77 101 273 102 101 0 33 357 62 61
Binary 111111 1000001 10111011 1000010 1000001 0 11011 11101111 110010 110001

Color Harmonies of #3F41BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F41BB

Black with #3F41BB

Text Example


Text Example

White with #3F41BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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