Html Css Color HEX #3F4EC4 Free Speech Blue

📋 copy color: '#3F4EC4'

red 63 ◦ green 78 ◦ blue 196

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

Shades of Free Speech Blue #3F4EC4

Tints of Free Speech Blue #3F4EC4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.15%

 BLUE value IS 196 (76.95% from 255) = 58.16%

R = 18.69%
G = 23.15%
B = 58.16%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3F4EC4 (or 0x3F4EC4) is known color: Free Speech Blue. HEX triplet: 3F, 4E and C4. RGB value is (63,78,196). Sum of RGB (Red+Green+Blue) = 63+78+196=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 196 (76.95% from 255 or 58.16% from 337); Max value from RGB is 196 - color contains mainly: blue. Hex color #3F4EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4EC4 is #C0B13B. Grayscale: #565656. Windows color (decimal): -12628284 or 12865087. OLE color: 12865087.

HSL color Cylindrical-coordinate representation of color #3F4EC4: hue angle of 233.23º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F4EC4 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 63 78 196 -
CMYK 0.68 0.60 0 0.23
HSL 233.23º 0.53% 0.51% -
HSV(B) 233.23º 0.68% 0.77% -
XYZ 14.74 10.49 53.47 -
YUV 86.97 189.53 110.91 -
System Red Green Blue C M Y K H S L
Decimal 63 78 196 0.68 0.60 0 0.23 233.23 0.53 0.51
Hex 3F 4E C4 44 3C 0 17 E9 35 33
Octal 77 116 304 104 74 0 27 351 65 63
Binary 111111 1001110 11000100 1000100 111100 0 10111 11101001 110101 110011

Color Harmonies of #3F4EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4EC4

Black with #3F4EC4

Text Example


Text Example

White with #3F4EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,78,196); }

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

background-color css

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

 a { background-color: rgb(63,78,196); }

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

border-color css

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

 span { border-color: rgb(63,78,196); }

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