Html Css Color HEX #3F63BA Free Speech Blue

📋 copy color: '#3F63BA'

red 63 ◦ green 99 ◦ blue 186

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

Shades of Free Speech Blue #3F63BA

Tints of Free Speech Blue #3F63BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.45%

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 18.1%
G = 28.45%
B = 53.45%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F63BA (or 0x3F63BA) is known color: Free Speech Blue. HEX triplet: 3F, 63 and BA. RGB value is (63,99,186). Sum of RGB (Red+Green+Blue) = 63+99+186=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F63BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F63BA is #C09C45. Grayscale: #616161. Windows color (decimal): -12622918 or 12215103. OLE color: 12215103.

HSL color Cylindrical-coordinate representation of color #3F63BA: hue angle of 222.44º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F63BA is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 99 186 -
CMYK 0.66 0.47 0 0.27
HSL 222.44º 0.49% 0.49% -
HSV(B) 222.44º 0.66% 0.73% -
XYZ 15.37 13.53 48.25 -
YUV 98.15 177.57 102.93 -
System Red Green Blue C M Y K H S L
Decimal 63 99 186 0.66 0.47 0 0.27 222.44 0.49 0.49
Hex 3F 63 BA 42 2F 0 1B DE 31 31
Octal 77 143 272 102 57 0 33 336 61 61
Binary 111111 1100011 10111010 1000010 101111 0 11011 11011110 110001 110001

Color Harmonies of #3F63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F63BA

Black with #3F63BA

Text Example


Text Example

White with #3F63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,99,186); }

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

background-color css

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

 a { background-color: rgb(63,99,186); }

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

border-color css

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

 span { border-color: rgb(63,99,186); }

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