Html Css Color HEX #3F46BE Free Speech Blue

📋 copy color: '#3F46BE'

red 63 ◦ green 70 ◦ blue 190

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

Shades of Free Speech Blue #3F46BE

Tints of Free Speech Blue #3F46BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.82%

R = 19.5%
G = 21.67%
B = 58.82%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F46BE (or 0x3F46BE) is known color: Free Speech Blue. HEX triplet: 3F, 46 and BE. RGB value is (63,70,190). Sum of RGB (Red+Green+Blue) = 63+70+190=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F46BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F46BE is #C0B941. Grayscale: #515151. Windows color (decimal): -12630338 or 12469823. OLE color: 12469823.

HSL color Cylindrical-coordinate representation of color #3F46BE: hue angle of 236.69º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F46BE is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 70 190 -
CMYK 0.67 0.63 0 0.25
HSL 236.69º 0.5% 0.5% -
HSV(B) 236.69º 0.67% 0.75% -
XYZ 13.53 9.15 49.77 -
YUV 81.59 189.18 114.74 -
System Red Green Blue C M Y K H S L
Decimal 63 70 190 0.67 0.63 0 0.25 236.69 0.5 0.5
Hex 3F 46 BE 43 3F 0 19 ED 32 32
Octal 77 106 276 103 77 0 31 355 62 62
Binary 111111 1000110 10111110 1000011 111111 0 11001 11101101 110010 110010

Color Harmonies of #3F46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F46BE

Black with #3F46BE

Text Example


Text Example

White with #3F46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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