Html Css Color HEX #3F41DB Free Speech Blue

📋 copy color: '#3F41DB'

red 63 ◦ green 65 ◦ blue 219

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

Shades of Free Speech Blue #3F41DB

Tints of Free Speech Blue #3F41DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

 BLUE value IS 219 (85.94% from 255) = 63.11%

R = 18.16%
G = 18.73%
B = 63.11%

CMYK

 C value IS 0.71

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F41DB (or 0x3F41DB) is known color: Free Speech Blue. HEX triplet: 3F, 41 and DB. RGB value is (63,65,219). Sum of RGB (Red+Green+Blue) = 63+65+219=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F41DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F41DB is #C0BE24. Grayscale: #515151. Windows color (decimal): -12631589 or 14369087. OLE color: 14369087.

HSL color Cylindrical-coordinate representation of color #3F41DB: hue angle of 239.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F41DB is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 65 219 -
CMYK 0.71 0.70 0 0.14
HSL 239.23º 0.68% 0.55% -
HSV(B) 239.23º 0.71% 0.86% -
XYZ 16.73 9.95 68.06 -
YUV 81.96 205.34 114.48 -
System Red Green Blue C M Y K H S L
Decimal 63 65 219 0.71 0.70 0 0.14 239.23 0.68 0.55
Hex 3F 41 DB 47 46 0 E EF 44 37
Octal 77 101 333 107 106 0 16 357 104 67
Binary 111111 1000001 11011011 1000111 1000110 0 1110 11101111 1000100 110111

Color Harmonies of #3F41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F41DB

Black with #3F41DB

Text Example


Text Example

White with #3F41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,65,219); }

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

background-color css

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

 a { background-color: rgb(63,65,219); }

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

border-color css

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

 span { border-color: rgb(63,65,219); }

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