Html Css Color HEX #3F66B9 Free Speech Blue

📋 copy color: '#3F66B9'

red 63 ◦ green 102 ◦ blue 185

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

Shades of Free Speech Blue #3F66B9

Tints of Free Speech Blue #3F66B9

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

 BLUE value IS 185 (72.66% from 255) = 52.86%

R = 18%
G = 29.14%
B = 52.86%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F66B9 (or 0x3F66B9) is known color: Free Speech Blue. HEX triplet: 3F, 66 and B9. RGB value is (63,102,185). Sum of RGB (Red+Green+Blue) = 63+102+185=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F66B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F66B9 is #C09946. Grayscale: #636363. Windows color (decimal): -12622151 or 12150335. OLE color: 12150335.

HSL color Cylindrical-coordinate representation of color #3F66B9: hue angle of 220.82º 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 #3F66B9 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 102 185 -
CMYK 0.66 0.45 0 0.27
HSL 220.82º 0.49% 0.49% -
HSV(B) 220.82º 0.66% 0.73% -
XYZ 15.56 14.06 47.79 -
YUV 99.8 176.08 101.75 -
System Red Green Blue C M Y K H S L
Decimal 63 102 185 0.66 0.45 0 0.27 220.82 0.49 0.49
Hex 3F 66 B9 42 2D 0 1B DD 31 31
Octal 77 146 271 102 55 0 33 335 61 61
Binary 111111 1100110 10111001 1000010 101101 0 11011 11011101 110001 110001

Color Harmonies of #3F66B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F66B9

Black with #3F66B9

Text Example


Text Example

White with #3F66B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,102,185); }

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

background-color css

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

 a { background-color: rgb(63,102,185); }

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

border-color css

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

 span { border-color: rgb(63,102,185); }

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