Html Css Color HEX #3F46BB Free Speech Blue

📋 copy color: '#3F46BB'

red 63 ◦ green 70 ◦ blue 187

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

Shades of Free Speech Blue #3F46BB

Tints of Free Speech Blue #3F46BB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.88%

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

R = 19.69%
G = 21.88%
B = 58.44%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F46BB (or 0x3F46BB) is known color: Free Speech Blue. HEX triplet: 3F, 46 and BB. RGB value is (63,70,187). Sum of RGB (Red+Green+Blue) = 63+70+187=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F46BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F46BB is #C0B944. Grayscale: #505050. Windows color (decimal): -12630341 or 12273215. OLE color: 12273215.

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

Color convert

RGB 63 70 187 -
CMYK 0.66 0.63 0 0.27
HSL 236.61º 0.5% 0.49% -
HSV(B) 236.61º 0.66% 0.73% -
XYZ 13.21 9.02 48.06 -
YUV 81.25 187.68 114.99 -
System Red Green Blue C M Y K H S L
Decimal 63 70 187 0.66 0.63 0 0.27 236.61 0.5 0.49
Hex 3F 46 BB 42 3F 0 1B ED 32 31
Octal 77 106 273 102 77 0 33 355 62 61
Binary 111111 1000110 10111011 1000010 111111 0 11011 11101101 110010 110001

Color Harmonies of #3F46BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F46BB

Black with #3F46BB

Text Example


Text Example

White with #3F46BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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