Html Css Color HEX #3F57BC Free Speech Blue

📋 copy color: '#3F57BC'

red 63 ◦ green 87 ◦ blue 188

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

Shades of Free Speech Blue #3F57BC

Tints of Free Speech Blue #3F57BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.62%

R = 18.64%
G = 25.74%
B = 55.62%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F57BC (or 0x3F57BC) is known color: Free Speech Blue. HEX triplet: 3F, 57 and BC. RGB value is (63,87,188). Sum of RGB (Red+Green+Blue) = 63+87+188=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F57BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F57BC is #C0A843. Grayscale: #5A5A5A. Windows color (decimal): -12625988 or 12343103. OLE color: 12343103.

HSL color Cylindrical-coordinate representation of color #3F57BC: hue angle of 228.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F57BC is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 87 188 -
CMYK 0.66 0.54 0 0.26
HSL 228.48º 0.5% 0.49% -
HSV(B) 228.48º 0.66% 0.74% -
XYZ 14.54 11.5 49.03 -
YUV 91.34 182.55 107.79 -
System Red Green Blue C M Y K H S L
Decimal 63 87 188 0.66 0.54 0 0.26 228.48 0.5 0.49
Hex 3F 57 BC 42 36 0 1A E4 32 31
Octal 77 127 274 102 66 0 32 344 62 61
Binary 111111 1010111 10111100 1000010 110110 0 11010 11100100 110010 110001

Color Harmonies of #3F57BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F57BC

Black with #3F57BC

Text Example


Text Example

White with #3F57BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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