Html Css Color HEX #3F4ACE Free Speech Blue

📋 copy color: '#3F4ACE'

red 63 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Blue #3F4ACE

Tints of Free Speech Blue #3F4ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.06%

R = 18.37%
G = 21.57%
B = 60.06%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F4ACE (or 0x3F4ACE) is known color: Free Speech Blue. HEX triplet: 3F, 4A and CE. RGB value is (63,74,206). Sum of RGB (Red+Green+Blue) = 63+74+206=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F4ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4ACE is #C0B531. Grayscale: #555555. Windows color (decimal): -12629298 or 13519423. OLE color: 13519423.

HSL color Cylindrical-coordinate representation of color #3F4ACE: hue angle of 235.38º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F4ACE is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 74 206 -
CMYK 0.69 0.64 0 0.19
HSL 235.38º 0.59% 0.53% -
HSV(B) 235.38º 0.69% 0.81% -
XYZ 15.64 10.41 59.58 -
YUV 85.76 195.86 111.77 -
System Red Green Blue C M Y K H S L
Decimal 63 74 206 0.69 0.64 0 0.19 235.38 0.59 0.53
Hex 3F 4A CE 45 40 0 13 EB 3B 35
Octal 77 112 316 105 100 0 23 353 73 65
Binary 111111 1001010 11001110 1000101 1000000 0 10011 11101011 111011 110101

Color Harmonies of #3F4ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4ACE

Black with #3F4ACE

Text Example


Text Example

White with #3F4ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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