Html Css Color HEX #3F48CF Free Speech Blue

📋 copy color: '#3F48CF'

red 63 ◦ green 72 ◦ blue 207

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

Shades of Free Speech Blue #3F48CF

Tints of Free Speech Blue #3F48CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.53%

R = 18.42%
G = 21.05%
B = 60.53%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F48CF (or 0x3F48CF) is known color: Free Speech Blue. HEX triplet: 3F, 48 and CF. RGB value is (63,72,207). Sum of RGB (Red+Green+Blue) = 63+72+207=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F48CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F48CF is #C0B730. Grayscale: #545454. Windows color (decimal): -12629809 or 13584447. OLE color: 13584447.

HSL color Cylindrical-coordinate representation of color #3F48CF: hue angle of 236.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F48CF is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 72 207 -
CMYK 0.70 0.65 0 0.19
HSL 236.25º 0.6% 0.53% -
HSV(B) 236.25º 0.7% 0.81% -
XYZ 15.63 10.2 60.18 -
YUV 84.7 197.02 112.52 -
System Red Green Blue C M Y K H S L
Decimal 63 72 207 0.70 0.65 0 0.19 236.25 0.6 0.53
Hex 3F 48 CF 46 41 0 13 EC 3C 35
Octal 77 110 317 106 101 0 23 354 74 65
Binary 111111 1001000 11001111 1000110 1000001 0 10011 11101100 111100 110101

Color Harmonies of #3F48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F48CF

Black with #3F48CF

Text Example


Text Example

White with #3F48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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