Html Css Color HEX #3F64BE Free Speech Blue

📋 copy color: '#3F64BE'

red 63 ◦ green 100 ◦ blue 190

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

Shades of Free Speech Blue #3F64BE

Tints of Free Speech Blue #3F64BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 17.85%
G = 28.33%
B = 53.82%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F64BE (or 0x3F64BE) is known color: Free Speech Blue. HEX triplet: 3F, 64 and BE. RGB value is (63,100,190). Sum of RGB (Red+Green+Blue) = 63+100+190=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F64BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F64BE is #C09B41. Grayscale: #626262. Windows color (decimal): -12622658 or 12477503. OLE color: 12477503.

HSL color Cylindrical-coordinate representation of color #3F64BE: hue angle of 222.52º 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 #3F64BE is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 100 190 -
CMYK 0.67 0.47 0 0.25
HSL 222.52º 0.5% 0.5% -
HSV(B) 222.52º 0.67% 0.75% -
XYZ 15.9 13.89 50.56 -
YUV 99.2 179.24 102.18 -
System Red Green Blue C M Y K H S L
Decimal 63 100 190 0.67 0.47 0 0.25 222.52 0.5 0.5
Hex 3F 64 BE 43 2F 0 19 DF 32 32
Octal 77 144 276 103 57 0 31 337 62 62
Binary 111111 1100100 10111110 1000011 101111 0 11001 11011111 110010 110010

Color Harmonies of #3F64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F64BE

Black with #3F64BE

Text Example


Text Example

White with #3F64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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