Html Css Color HEX #3F4DB6 Free Speech Blue

📋 copy color: '#3F4DB6'

red 63 ◦ green 77 ◦ blue 182

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

Shades of Free Speech Blue #3F4DB6

Tints of Free Speech Blue #3F4DB6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.91%

 BLUE value IS 182 (71.48% from 255) = 56.52%

R = 19.57%
G = 23.91%
B = 56.52%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3F4DB6 (or 0x3F4DB6) is known color: Free Speech Blue. HEX triplet: 3F, 4D and B6. RGB value is (63,77,182). Sum of RGB (Red+Green+Blue) = 63+77+182=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 182 (71.48% from 255 or 56.52% from 322); Max value from RGB is 182 - color contains mainly: blue. Hex color #3F4DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4DB6 is #C0B249. Grayscale: #545454. Windows color (decimal): -12628554 or 11947327. OLE color: 11947327.

HSL color Cylindrical-coordinate representation of color #3F4DB6: hue angle of 232.94º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F4DB6 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 63 77 182 -
CMYK 0.65 0.58 0 0.29
HSL 232.94º 0.49% 0.48% -
HSV(B) 232.94º 0.65% 0.71% -
XYZ 13.15 9.74 45.44 -
YUV 84.78 182.86 112.46 -
System Red Green Blue C M Y K H S L
Decimal 63 77 182 0.65 0.58 0 0.29 232.94 0.49 0.48
Hex 3F 4D B6 41 3A 0 1D E9 31 30
Octal 77 115 266 101 72 0 35 351 61 60
Binary 111111 1001101 10110110 1000001 111010 0 11101 11101001 110001 110000

Color Harmonies of #3F4DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4DB6

Black with #3F4DB6

Text Example


Text Example

White with #3F4DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,77,182); }

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

background-color css

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

 a { background-color: rgb(63,77,182); }

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

border-color css

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

 span { border-color: rgb(63,77,182); }

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