Html Css Color HEX #3F5DBF Free Speech Blue

📋 copy color: '#3F5DBF'

red 63 ◦ green 93 ◦ blue 191

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

Shades of Free Speech Blue #3F5DBF

Tints of Free Speech Blue #3F5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.8%

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

R = 18.16%
G = 26.8%
B = 55.04%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F5DBF (or 0x3F5DBF) is known color: Free Speech Blue. HEX triplet: 3F, 5D and BF. RGB value is (63,93,191). Sum of RGB (Red+Green+Blue) = 63+93+191=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F5DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DBF is #C0A240. Grayscale: #5E5E5E. Windows color (decimal): -12624449 or 12541247. OLE color: 12541247.

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

Color convert

RGB 63 93 191 -
CMYK 0.67 0.51 0 0.25
HSL 225.94º 0.5% 0.5% -
HSV(B) 225.94º 0.67% 0.75% -
XYZ 15.37 12.65 50.92 -
YUV 95.2 182.06 105.03 -
System Red Green Blue C M Y K H S L
Decimal 63 93 191 0.67 0.51 0 0.25 225.94 0.5 0.5
Hex 3F 5D BF 43 33 0 19 E2 32 32
Octal 77 135 277 103 63 0 31 342 62 62
Binary 111111 1011101 10111111 1000011 110011 0 11001 11100010 110010 110010

Color Harmonies of #3F5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5DBF

Black with #3F5DBF

Text Example


Text Example

White with #3F5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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