Html Css Color HEX #3F46BA Free Speech Blue

📋 copy color: '#3F46BA'

red 63 ◦ green 70 ◦ blue 186

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

Shades of Free Speech Blue #3F46BA

Tints of Free Speech Blue #3F46BA

RGB

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

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

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

R = 19.75%
G = 21.94%
B = 58.31%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F46BA (or 0x3F46BA) is known color: Free Speech Blue. HEX triplet: 3F, 46 and BA. RGB value is (63,70,186). Sum of RGB (Red+Green+Blue) = 63+70+186=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F46BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F46BA is #C0B945. Grayscale: #505050. Windows color (decimal): -12630342 or 12207679. OLE color: 12207679.

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

Color convert

RGB 63 70 186 -
CMYK 0.66 0.62 0 0.27
HSL 236.59º 0.49% 0.49% -
HSV(B) 236.59º 0.66% 0.73% -
XYZ 13.1 8.98 47.5 -
YUV 81.13 187.18 115.07 -
System Red Green Blue C M Y K H S L
Decimal 63 70 186 0.66 0.62 0 0.27 236.59 0.49 0.49
Hex 3F 46 BA 42 3E 0 1B ED 31 31
Octal 77 106 272 102 76 0 33 355 61 61
Binary 111111 1000110 10111010 1000010 111110 0 11011 11101101 110001 110001

Color Harmonies of #3F46BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F46BA

Black with #3F46BA

Text Example


Text Example

White with #3F46BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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