Html Css Color HEX #3F50DB Free Speech Blue

📋 copy color: '#3F50DB'

red 63 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Blue #3F50DB

Tints of Free Speech Blue #3F50DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

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

R = 17.4%
G = 22.1%
B = 60.5%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F50DB (or 0x3F50DB) is known color: Free Speech Blue. HEX triplet: 3F, 50 and DB. RGB value is (63,80,219). Sum of RGB (Red+Green+Blue) = 63+80+219=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F50DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F50DB is #C0AF24. Grayscale: #5A5A5A. Windows color (decimal): -12627749 or 14372927. OLE color: 14372927.

HSL color Cylindrical-coordinate representation of color #3F50DB: hue angle of 233.46º 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 #3F50DB is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 80 219 -
CMYK 0.71 0.63 0 0.14
HSL 233.46º 0.68% 0.55% -
HSV(B) 233.46º 0.71% 0.86% -
XYZ 17.7 11.91 68.38 -
YUV 90.76 200.37 108.2 -
System Red Green Blue C M Y K H S L
Decimal 63 80 219 0.71 0.63 0 0.14 233.46 0.68 0.55
Hex 3F 50 DB 47 3F 0 E E9 44 37
Octal 77 120 333 107 77 0 16 351 104 67
Binary 111111 1010000 11011011 1000111 111111 0 1110 11101001 1000100 110111

Color Harmonies of #3F50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F50DB

Black with #3F50DB

Text Example


Text Example

White with #3F50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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