Html Css Color HEX #3F64BF Free Speech Blue

📋 copy color: '#3F64BF'

red 63 ◦ green 100 ◦ blue 191

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

Shades of Free Speech Blue #3F64BF

Tints of Free Speech Blue #3F64BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.25%

 BLUE value IS 191 (75% from 255) = 53.95%

R = 17.8%
G = 28.25%
B = 53.95%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F64BF (or 0x3F64BF) is known color: Free Speech Blue. HEX triplet: 3F, 64 and BF. RGB value is (63,100,191). Sum of RGB (Red+Green+Blue) = 63+100+191=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F64BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F64BF is #C09B40. Grayscale: #626262. Windows color (decimal): -12622657 or 12543039. OLE color: 12543039.

HSL color Cylindrical-coordinate representation of color #3F64BF: hue angle of 222.66º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F64BF is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 100 191 -
CMYK 0.67 0.48 0 0.25
HSL 222.66º 0.5% 0.5% -
HSV(B) 222.66º 0.67% 0.75% -
XYZ 16.01 13.93 51.14 -
YUV 99.31 179.74 102.1 -
System Red Green Blue C M Y K H S L
Decimal 63 100 191 0.67 0.48 0 0.25 222.66 0.5 0.5
Hex 3F 64 BF 43 30 0 19 DF 32 32
Octal 77 144 277 103 60 0 31 337 62 62
Binary 111111 1100100 10111111 1000011 110000 0 11001 11011111 110010 110010

Color Harmonies of #3F64BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F64BF

Black with #3F64BF

Text Example


Text Example

White with #3F64BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,100,191); }

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

background-color css

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

 a { background-color: rgb(63,100,191); }

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

border-color css

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

 span { border-color: rgb(63,100,191); }

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