Html Css Color HEX #3F6CBF Free Speech Blue

📋 copy color: '#3F6CBF'

red 63 ◦ green 108 ◦ blue 191

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

Shades of Free Speech Blue #3F6CBF

Tints of Free Speech Blue #3F6CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

 BLUE value IS 191 (75% from 255) = 52.76%

R = 17.4%
G = 29.83%
B = 52.76%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F6CBF (or 0x3F6CBF) is known color: Free Speech Blue. HEX triplet: 3F, 6C and BF. RGB value is (63,108,191). Sum of RGB (Red+Green+Blue) = 63+108+191=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F6CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6CBF is #C09340. Grayscale: #676767. Windows color (decimal): -12620609 or 12545087. OLE color: 12545087.

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

Color convert

RGB 63 108 191 -
CMYK 0.67 0.43 0 0.25
HSL 218.91º 0.5% 0.5% -
HSV(B) 218.91º 0.67% 0.75% -
XYZ 16.82 15.54 51.4 -
YUV 104.01 177.09 98.75 -
System Red Green Blue C M Y K H S L
Decimal 63 108 191 0.67 0.43 0 0.25 218.91 0.5 0.5
Hex 3F 6C BF 43 2B 0 19 DB 32 32
Octal 77 154 277 103 53 0 31 333 62 62
Binary 111111 1101100 10111111 1000011 101011 0 11001 11011011 110010 110010

Color Harmonies of #3F6CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6CBF

Black with #3F6CBF

Text Example


Text Example

White with #3F6CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,108,191); }

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

background-color css

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

 a { background-color: rgb(63,108,191); }

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

border-color css

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

 span { border-color: rgb(63,108,191); }

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