Html Css Color HEX #3F57CE Free Speech Blue

📋 copy color: '#3F57CE'

red 63 ◦ green 87 ◦ blue 206

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

Shades of Free Speech Blue #3F57CE

Tints of Free Speech Blue #3F57CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.44%

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

R = 17.7%
G = 24.44%
B = 57.87%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F57CE (or 0x3F57CE) is known color: Free Speech Blue. HEX triplet: 3F, 57 and CE. RGB value is (63,87,206). Sum of RGB (Red+Green+Blue) = 63+87+206=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F57CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F57CE is #C0A831. Grayscale: #5C5C5C. Windows color (decimal): -12625970 or 13522751. OLE color: 13522751.

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

Color convert

RGB 63 87 206 -
CMYK 0.69 0.58 0 0.19
HSL 229.93º 0.59% 0.53% -
HSV(B) 229.93º 0.69% 0.81% -
XYZ 16.6 12.33 59.9 -
YUV 93.39 191.55 106.32 -
System Red Green Blue C M Y K H S L
Decimal 63 87 206 0.69 0.58 0 0.19 229.93 0.59 0.53
Hex 3F 57 CE 45 3A 0 13 E6 3B 35
Octal 77 127 316 105 72 0 23 346 73 65
Binary 111111 1010111 11001110 1000101 111010 0 10011 11100110 111011 110101

Color Harmonies of #3F57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F57CE

Black with #3F57CE

Text Example


Text Example

White with #3F57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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