Html Css Color HEX #3F4EC9 Free Speech Blue

📋 copy color: '#3F4EC9'

red 63 ◦ green 78 ◦ blue 201

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

Shades of Free Speech Blue #3F4EC9

Tints of Free Speech Blue #3F4EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 58.77%

R = 18.42%
G = 22.81%
B = 58.77%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3F4EC9 (or 0x3F4EC9) is known color: Free Speech Blue. HEX triplet: 3F, 4E and C9. RGB value is (63,78,201). Sum of RGB (Red+Green+Blue) = 63+78+201=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 201 (78.91% from 255 or 58.77% from 342); Max value from RGB is 201 - color contains mainly: blue. Hex color #3F4EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4EC9 is #C0B136. Grayscale: #575757. Windows color (decimal): -12628279 or 13192767. OLE color: 13192767.

HSL color Cylindrical-coordinate representation of color #3F4EC9: hue angle of 233.48º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F4EC9 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 63 78 201 -
CMYK 0.69 0.61 0 0.21
HSL 233.48º 0.56% 0.52% -
HSV(B) 233.48º 0.69% 0.79% -
XYZ 15.32 10.72 56.52 -
YUV 87.54 192.03 110.5 -
System Red Green Blue C M Y K H S L
Decimal 63 78 201 0.69 0.61 0 0.21 233.48 0.56 0.52
Hex 3F 4E C9 45 3D 0 15 E9 38 34
Octal 77 116 311 105 75 0 25 351 70 64
Binary 111111 1001110 11001001 1000101 111101 0 10101 11101001 111000 110100

Color Harmonies of #3F4EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4EC9

Black with #3F4EC9

Text Example


Text Example

White with #3F4EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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