Html Css Color HEX #3F4DBB Free Speech Blue

📋 copy color: '#3F4DBB'

red 63 ◦ green 77 ◦ blue 187

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

Shades of Free Speech Blue #3F4DBB

Tints of Free Speech Blue #3F4DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.55%

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

R = 19.27%
G = 23.55%
B = 57.19%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F4DBB (or 0x3F4DBB) is known color: Free Speech Blue. HEX triplet: 3F, 4D and BB. RGB value is (63,77,187). Sum of RGB (Red+Green+Blue) = 63+77+187=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F4DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4DBB is #C0B244. Grayscale: #545454. Windows color (decimal): -12628549 or 12275007. OLE color: 12275007.

HSL color Cylindrical-coordinate representation of color #3F4DBB: hue angle of 233.23º 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 #3F4DBB is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 77 187 -
CMYK 0.66 0.59 0 0.27
HSL 233.23º 0.5% 0.49% -
HSV(B) 233.23º 0.66% 0.73% -
XYZ 13.67 9.95 48.21 -
YUV 85.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 63 77 187 0.66 0.59 0 0.27 233.23 0.5 0.49
Hex 3F 4D BB 42 3B 0 1B E9 32 31
Octal 77 115 273 102 73 0 33 351 62 61
Binary 111111 1001101 10111011 1000010 111011 0 11011 11101001 110010 110001

Color Harmonies of #3F4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4DBB

Black with #3F4DBB

Text Example


Text Example

White with #3F4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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