Html Css Color HEX #3F51CE Free Speech Blue

📋 copy color: '#3F51CE'

red 63 ◦ green 81 ◦ blue 206

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

Shades of Free Speech Blue #3F51CE

Tints of Free Speech Blue #3F51CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

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

R = 18%
G = 23.14%
B = 58.86%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F51CE (or 0x3F51CE) is known color: Free Speech Blue. HEX triplet: 3F, 51 and CE. RGB value is (63,81,206). Sum of RGB (Red+Green+Blue) = 63+81+206=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F51CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F51CE is #C0AE31. Grayscale: #595959. Windows color (decimal): -12627506 or 13521215. OLE color: 13521215.

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

Color convert

RGB 63 81 206 -
CMYK 0.69 0.61 0 0.19
HSL 232.45º 0.59% 0.53% -
HSV(B) 232.45º 0.69% 0.81% -
XYZ 16.13 11.4 59.74 -
YUV 89.87 193.54 108.84 -
System Red Green Blue C M Y K H S L
Decimal 63 81 206 0.69 0.61 0 0.19 232.45 0.59 0.53
Hex 3F 51 CE 45 3D 0 13 E8 3B 35
Octal 77 121 316 105 75 0 23 350 73 65
Binary 111111 1010001 11001110 1000101 111101 0 10011 11101000 111011 110101

Color Harmonies of #3F51CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F51CE

Black with #3F51CE

Text Example


Text Example

White with #3F51CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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