Html Css Color HEX #3F66BA Free Speech Blue

📋 copy color: '#3F66BA'

red 63 ◦ green 102 ◦ blue 186

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

Shades of Free Speech Blue #3F66BA

Tints of Free Speech Blue #3F66BA

RGB

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

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

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

R = 17.95%
G = 29.06%
B = 52.99%

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

#3F66BA (or 0x3F66BA) is known color: Free Speech Blue. HEX triplet: 3F, 66 and BA. RGB value is (63,102,186). Sum of RGB (Red+Green+Blue) = 63+102+186=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F66BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F66BA is #C09945. Grayscale: #636363. Windows color (decimal): -12622150 or 12215871. OLE color: 12215871.

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

Color convert

RGB 63 102 186 -
CMYK 0.66 0.45 0 0.27
HSL 220.98º 0.49% 0.49% -
HSV(B) 220.98º 0.66% 0.73% -
XYZ 15.66 14.1 48.35 -
YUV 99.92 176.58 101.67 -
System Red Green Blue C M Y K H S L
Decimal 63 102 186 0.66 0.45 0 0.27 220.98 0.49 0.49
Hex 3F 66 BA 42 2D 0 1B DD 31 31
Octal 77 146 272 102 55 0 33 335 61 61
Binary 111111 1100110 10111010 1000010 101101 0 11011 11011101 110001 110001

Color Harmonies of #3F66BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F66BA

Black with #3F66BA

Text Example


Text Example

White with #3F66BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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