Html Css Color HEX #3F4DDC Free Speech Blue

📋 copy color: '#3F4DDC'

red 63 ◦ green 77 ◦ blue 220

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

Shades of Free Speech Blue #3F4DDC

Tints of Free Speech Blue #3F4DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.11%

R = 17.5%
G = 21.39%
B = 61.11%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F4DDC (or 0x3F4DDC) is known color: Free Speech Blue. HEX triplet: 3F, 4D and DC. RGB value is (63,77,220). Sum of RGB (Red+Green+Blue) = 63+77+220=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F4DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4DDC is #C0B223. Grayscale: #585858. Windows color (decimal): -12628516 or 14437695. OLE color: 14437695.

HSL color Cylindrical-coordinate representation of color #3F4DDC: hue angle of 234.65º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F4DDC is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 77 220 -
CMYK 0.71 0.65 0 0.14
HSL 234.65º 0.69% 0.55% -
HSV(B) 234.65º 0.71% 0.86% -
XYZ 17.62 11.53 69.01 -
YUV 89.12 201.86 109.37 -
System Red Green Blue C M Y K H S L
Decimal 63 77 220 0.71 0.65 0 0.14 234.65 0.69 0.55
Hex 3F 4D DC 47 41 0 E EB 45 37
Octal 77 115 334 107 101 0 16 353 105 67
Binary 111111 1001101 11011100 1000111 1000001 0 1110 11101011 1000101 110111

Color Harmonies of #3F4DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4DDC

Black with #3F4DDC

Text Example


Text Example

White with #3F4DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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