Html Css Color HEX #3F48CE Free Speech Blue

📋 copy color: '#3F48CE'

red 63 ◦ green 72 ◦ blue 206

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

Shades of Free Speech Blue #3F48CE

Tints of Free Speech Blue #3F48CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.41%

R = 18.48%
G = 21.11%
B = 60.41%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F48CE (or 0x3F48CE) is known color: Free Speech Blue. HEX triplet: 3F, 48 and CE. RGB value is (63,72,206). Sum of RGB (Red+Green+Blue) = 63+72+206=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F48CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F48CE is #C0B731. Grayscale: #545454. Windows color (decimal): -12629810 or 13518911. OLE color: 13518911.

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

Color convert

RGB 63 72 206 -
CMYK 0.69 0.65 0 0.19
HSL 236.22º 0.59% 0.53% -
HSV(B) 236.22º 0.69% 0.81% -
XYZ 15.51 10.15 59.53 -
YUV 84.59 196.52 112.6 -
System Red Green Blue C M Y K H S L
Decimal 63 72 206 0.69 0.65 0 0.19 236.22 0.59 0.53
Hex 3F 48 CE 45 41 0 13 EC 3B 35
Octal 77 110 316 105 101 0 23 354 73 65
Binary 111111 1001000 11001110 1000101 1000001 0 10011 11101100 111011 110101

Color Harmonies of #3F48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F48CE

Black with #3F48CE

Text Example


Text Example

White with #3F48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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