Html Css Color HEX #3F48DF Free Speech Blue

📋 copy color: '#3F48DF'

red 63 ◦ green 72 ◦ blue 223

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

Shades of Free Speech Blue #3F48DF

Tints of Free Speech Blue #3F48DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

 BLUE value IS 223 (87.5% from 255) = 62.29%

R = 17.6%
G = 20.11%
B = 62.29%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F48DF (or 0x3F48DF) is known color: Free Speech Blue. HEX triplet: 3F, 48 and DF. RGB value is (63,72,223). Sum of RGB (Red+Green+Blue) = 63+72+223=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F48DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F48DF is #C0B720. Grayscale: #555555. Windows color (decimal): -12629793 or 14633023. OLE color: 14633023.

HSL color Cylindrical-coordinate representation of color #3F48DF: hue angle of 236.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F48DF is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 72 223 -
CMYK 0.72 0.68 0 0.13
HSL 236.63º 0.71% 0.56% -
HSV(B) 236.63º 0.72% 0.87% -
XYZ 17.69 11.02 71.01 -
YUV 86.52 205.02 111.22 -
System Red Green Blue C M Y K H S L
Decimal 63 72 223 0.72 0.68 0 0.13 236.63 0.71 0.56
Hex 3F 48 DF 48 44 0 D ED 47 38
Octal 77 110 337 110 104 0 15 355 107 70
Binary 111111 1001000 11011111 1001000 1000100 0 1101 11101101 1000111 111000

Color Harmonies of #3F48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F48DF

Black with #3F48DF

Text Example


Text Example

White with #3F48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,72,223); }

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

background-color css

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

 a { background-color: rgb(63,72,223); }

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

border-color css

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

 span { border-color: rgb(63,72,223); }

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