Html Css Color HEX #3F41CE Free Speech Blue

📋 copy color: '#3F41CE'

red 63 ◦ green 65 ◦ blue 206

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

Shades of Free Speech Blue #3F41CE

Tints of Free Speech Blue #3F41CE

RGB

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

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

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

R = 18.86%
G = 19.46%
B = 61.68%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F41CE (or 0x3F41CE) is known color: Free Speech Blue. HEX triplet: 3F, 41 and CE. RGB value is (63,65,206). Sum of RGB (Red+Green+Blue) = 63+65+206=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F41CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F41CE is #C0BE31. Grayscale: #4F4F4F. Windows color (decimal): -12631602 or 13517119. OLE color: 13517119.

HSL color Cylindrical-coordinate representation of color #3F41CE: hue angle of 239.16º 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 #3F41CE is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 65 206 -
CMYK 0.69 0.68 0 0.19
HSL 239.16º 0.59% 0.53% -
HSV(B) 239.16º 0.69% 0.81% -
XYZ 15.08 9.29 59.39 -
YUV 80.48 198.84 115.54 -
System Red Green Blue C M Y K H S L
Decimal 63 65 206 0.69 0.68 0 0.19 239.16 0.59 0.53
Hex 3F 41 CE 45 44 0 13 EF 3B 35
Octal 77 101 316 105 104 0 23 357 73 65
Binary 111111 1000001 11001110 1000101 1000100 0 10011 11101111 111011 110101

Color Harmonies of #3F41CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F41CE

Black with #3F41CE

Text Example


Text Example

White with #3F41CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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