Html Css Color HEX #3F40BC Free Speech Blue

📋 copy color: '#3F40BC'

red 63 ◦ green 64 ◦ blue 188

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

Shades of Free Speech Blue #3F40BC

Tints of Free Speech Blue #3F40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

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

R = 20%
G = 20.32%
B = 59.68%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F40BC (or 0x3F40BC) is known color: Free Speech Blue. HEX triplet: 3F, 40 and BC. RGB value is (63,64,188). Sum of RGB (Red+Green+Blue) = 63+64+188=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F40BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F40BC is #C0BF43. Grayscale: #4D4D4D. Windows color (decimal): -12631876 or 12337215. OLE color: 12337215.

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

Color convert

RGB 63 64 188 -
CMYK 0.66 0.66 0 0.26
HSL 239.52º 0.5% 0.49% -
HSV(B) 239.52º 0.66% 0.74% -
XYZ 12.96 8.35 48.51 -
YUV 77.84 190.17 117.42 -
System Red Green Blue C M Y K H S L
Decimal 63 64 188 0.66 0.66 0 0.26 239.52 0.5 0.49
Hex 3F 40 BC 42 42 0 1A F0 32 31
Octal 77 100 274 102 102 0 32 360 62 61
Binary 111111 1000000 10111100 1000010 1000010 0 11010 11110000 110010 110001

Color Harmonies of #3F40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F40BC

Black with #3F40BC

Text Example


Text Example

White with #3F40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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