Html Css Color HEX #3F6AC2 Free Speech Blue

📋 copy color: '#3F6AC2'

red 63 ◦ green 106 ◦ blue 194

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

Shades of Free Speech Blue #3F6AC2

Tints of Free Speech Blue #3F6AC2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

 BLUE value IS 194 (76.17% from 255) = 53.44%

R = 17.36%
G = 29.2%
B = 53.44%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3F6AC2 (or 0x3F6AC2) is known color: Free Speech Blue. HEX triplet: 3F, 6A and C2. RGB value is (63,106,194). Sum of RGB (Red+Green+Blue) = 63+106+194=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 194 (76.17% from 255 or 53.44% from 363); Max value from RGB is 194 - color contains mainly: blue. Hex color #3F6AC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6AC2 is #C0953D. Grayscale: #666666. Windows color (decimal): -12621118 or 12741183. OLE color: 12741183.

HSL color Cylindrical-coordinate representation of color #3F6AC2: hue angle of 220.31º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F6AC2 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 106 194 -
CMYK 0.68 0.45 0 0.24
HSL 220.31º 0.52% 0.5% -
HSV(B) 220.31º 0.68% 0.76% -
XYZ 16.94 15.26 53.09 -
YUV 103.18 179.25 99.34 -
System Red Green Blue C M Y K H S L
Decimal 63 106 194 0.68 0.45 0 0.24 220.31 0.52 0.5
Hex 3F 6A C2 44 2D 0 18 DC 34 32
Octal 77 152 302 104 55 0 30 334 64 62
Binary 111111 1101010 11000010 1000100 101101 0 11000 11011100 110100 110010

Color Harmonies of #3F6AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6AC2

Black with #3F6AC2

Text Example


Text Example

White with #3F6AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,106,194); }

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

background-color css

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

 a { background-color: rgb(63,106,194); }

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

border-color css

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

 span { border-color: rgb(63,106,194); }

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