Html Css Color HEX #3F5DB7 Free Speech Blue

📋 copy color: '#3F5DB7'

red 63 ◦ green 93 ◦ blue 183

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

Shades of Free Speech Blue #3F5DB7

Tints of Free Speech Blue #3F5DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 53.98%

R = 18.58%
G = 27.43%
B = 53.98%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3F5DB7 (or 0x3F5DB7) is known color: Free Speech Blue. HEX triplet: 3F, 5D and B7. RGB value is (63,93,183). Sum of RGB (Red+Green+Blue) = 63+93+183=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #3F5DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DB7 is #C0A248. Grayscale: #5D5D5D. Windows color (decimal): -12624457 or 12016959. OLE color: 12016959.

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

Color convert

RGB 63 93 183 -
CMYK 0.66 0.49 0 0.28
HSL 225º 0.49% 0.48% -
HSV(B) 225º 0.66% 0.72% -
XYZ 14.51 12.3 46.41 -
YUV 94.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 63 93 183 0.66 0.49 0 0.28 225 0.49 0.48
Hex 3F 5D B7 42 31 0 1C E1 31 30
Octal 77 135 267 102 61 0 34 341 61 60
Binary 111111 1011101 10110111 1000010 110001 0 11100 11100001 110001 110000

Color Harmonies of #3F5DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5DB7

Black with #3F5DB7

Text Example


Text Example

White with #3F5DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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