Html Css Color HEX #3F5DB6 Free Speech Blue

📋 copy color: '#3F5DB6'

red 63 ◦ green 93 ◦ blue 182

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

Shades of Free Speech Blue #3F5DB6

Tints of Free Speech Blue #3F5DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 53.85%

R = 18.64%
G = 27.51%
B = 53.85%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3F5DB6 (or 0x3F5DB6) is known color: Free Speech Blue. HEX triplet: 3F, 5D and B6. RGB value is (63,93,182). Sum of RGB (Red+Green+Blue) = 63+93+182=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #3F5DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DB6 is #C0A249. Grayscale: #5D5D5D. Windows color (decimal): -12624458 or 11951423. OLE color: 11951423.

HSL color Cylindrical-coordinate representation of color #3F5DB6: hue angle of 224.87º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F5DB6 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 63 93 182 -
CMYK 0.65 0.49 0 0.29
HSL 224.87º 0.49% 0.48% -
HSV(B) 224.87º 0.65% 0.71% -
XYZ 14.41 12.26 45.86 -
YUV 94.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 63 93 182 0.65 0.49 0 0.29 224.87 0.49 0.48
Hex 3F 5D B6 41 31 0 1D E1 31 30
Octal 77 135 266 101 61 0 35 341 61 60
Binary 111111 1011101 10110110 1000001 110001 0 11101 11100001 110001 110000

Color Harmonies of #3F5DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5DB6

Black with #3F5DB6

Text Example


Text Example

White with #3F5DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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