Html Css Color HEX #3F42B9 Free Speech Blue

📋 copy color: '#3F42B9'

red 63 ◦ green 66 ◦ blue 185

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

Shades of Free Speech Blue #3F42B9

Tints of Free Speech Blue #3F42B9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.02%

 BLUE value IS 185 (72.66% from 255) = 58.92%

R = 20.06%
G = 21.02%
B = 58.92%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F42B9 (or 0x3F42B9) is known color: Free Speech Blue. HEX triplet: 3F, 42 and B9. RGB value is (63,66,185). Sum of RGB (Red+Green+Blue) = 63+66+185=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F42B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F42B9 is #C0BD46. Grayscale: #4E4E4E. Windows color (decimal): -12631367 or 12141119. OLE color: 12141119.

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

Color convert

RGB 63 66 185 -
CMYK 0.66 0.64 0 0.27
HSL 238.52º 0.49% 0.49% -
HSV(B) 238.52º 0.66% 0.73% -
XYZ 12.76 8.46 46.86 -
YUV 78.67 188.01 116.82 -
System Red Green Blue C M Y K H S L
Decimal 63 66 185 0.66 0.64 0 0.27 238.52 0.49 0.49
Hex 3F 42 B9 42 40 0 1B EF 31 31
Octal 77 102 271 102 100 0 33 357 61 61
Binary 111111 1000010 10111001 1000010 1000000 0 11011 11101111 110001 110001

Color Harmonies of #3F42B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F42B9

Black with #3F42B9

Text Example


Text Example

White with #3F42B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,66,185); }

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

background-color css

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

 a { background-color: rgb(63,66,185); }

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

border-color css

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

 span { border-color: rgb(63,66,185); }

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