Html Css Color HEX #3F5EBB Free Speech Blue

📋 copy color: '#3F5EBB'

red 63 ◦ green 94 ◦ blue 187

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

Shades of Free Speech Blue #3F5EBB

Tints of Free Speech Blue #3F5EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.33%

 BLUE value IS 187 (73.44% from 255) = 54.36%

R = 18.31%
G = 27.33%
B = 54.36%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F5EBB (or 0x3F5EBB) is known color: Free Speech Blue. HEX triplet: 3F, 5E and BB. RGB value is (63,94,187). Sum of RGB (Red+Green+Blue) = 63+94+187=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F5EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5EBB is #C0A144. Grayscale: #5E5E5E. Windows color (decimal): -12624197 or 12279359. OLE color: 12279359.

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

Color convert

RGB 63 94 187 -
CMYK 0.66 0.50 0 0.27
HSL 225º 0.5% 0.49% -
HSV(B) 225º 0.66% 0.73% -
XYZ 15.02 12.65 48.66 -
YUV 95.33 179.73 104.94 -
System Red Green Blue C M Y K H S L
Decimal 63 94 187 0.66 0.50 0 0.27 225 0.5 0.49
Hex 3F 5E BB 42 32 0 1B E1 32 31
Octal 77 136 273 102 62 0 33 341 62 61
Binary 111111 1011110 10111011 1000010 110010 0 11011 11100001 110010 110001

Color Harmonies of #3F5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5EBB

Black with #3F5EBB

Text Example


Text Example

White with #3F5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,94,187); }

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

background-color css

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

 a { background-color: rgb(63,94,187); }

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

border-color css

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

 span { border-color: rgb(63,94,187); }

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