Html Css Color HEX #3F4ADC Free Speech Blue

📋 copy color: '#3F4ADC'

red 63 ◦ green 74 ◦ blue 220

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

Shades of Free Speech Blue #3F4ADC

Tints of Free Speech Blue #3F4ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.73%

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

R = 17.65%
G = 20.73%
B = 61.62%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F4ADC (or 0x3F4ADC) is known color: Free Speech Blue. HEX triplet: 3F, 4A and DC. RGB value is (63,74,220). Sum of RGB (Red+Green+Blue) = 63+74+220=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F4ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4ADC is #C0B523. Grayscale: #565656. Windows color (decimal): -12629284 or 14436927. OLE color: 14436927.

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

Color convert

RGB 63 74 220 -
CMYK 0.71 0.66 0 0.14
HSL 235.8º 0.69% 0.55% -
HSV(B) 235.8º 0.71% 0.86% -
XYZ 17.42 11.12 68.94 -
YUV 87.36 202.86 110.63 -
System Red Green Blue C M Y K H S L
Decimal 63 74 220 0.71 0.66 0 0.14 235.8 0.69 0.55
Hex 3F 4A DC 47 42 0 E EC 45 37
Octal 77 112 334 107 102 0 16 354 105 67
Binary 111111 1001010 11011100 1000111 1000010 0 1110 11101100 1000101 110111

Color Harmonies of #3F4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4ADC

Black with #3F4ADC

Text Example


Text Example

White with #3F4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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