Html Css Color HEX #3F47DF Free Speech Blue

📋 copy color: '#3F47DF'

red 63 ◦ green 71 ◦ blue 223

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

Shades of Free Speech Blue #3F47DF

Tints of Free Speech Blue #3F47DF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 17.65%
G = 19.89%
B = 62.46%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F47DF (or 0x3F47DF) is known color: Free Speech Blue. HEX triplet: 3F, 47 and DF. RGB value is (63,71,223). Sum of RGB (Red+Green+Blue) = 63+71+223=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F47DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F47DF is #C0B820. Grayscale: #555555. Windows color (decimal): -12630049 or 14632767. OLE color: 14632767.

HSL color Cylindrical-coordinate representation of color #3F47DF: hue angle of 237º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F47DF is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 71 223 -
CMYK 0.72 0.68 0 0.13
HSL 237º 0.71% 0.56% -
HSV(B) 237º 0.72% 0.87% -
XYZ 17.62 10.89 70.99 -
YUV 85.94 205.35 111.64 -
System Red Green Blue C M Y K H S L
Decimal 63 71 223 0.72 0.68 0 0.13 237 0.71 0.56
Hex 3F 47 DF 48 44 0 D ED 47 38
Octal 77 107 337 110 104 0 15 355 107 70
Binary 111111 1000111 11011111 1001000 1000100 0 1101 11101101 1000111 111000

Color Harmonies of #3F47DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F47DF

Black with #3F47DF

Text Example


Text Example

White with #3F47DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,71,223); }

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

background-color css

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

 a { background-color: rgb(63,71,223); }

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

border-color css

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

 span { border-color: rgb(63,71,223); }

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